Skip to content
James Martindale edited this page Jul 31, 2018 · 7 revisions

External resources

These external resources are not maintained by gprof2dot author.

Docker image

Do

docker run -d -p 5000:5000 --name dotimage xieyanbo/dotimage

and use a browser to access http://your.host.ip:5000/

See also:

Other profiling tools

Other profiling visualization tools

Call-graph generation tools

  • pycallgraph -- a call graph generator for Python programs.