Hacker News new | ask | show | jobs
by andrewcooke 5255 days ago
The graphviz / svg output from the profiler shown there is very nice. Does something similar exist for other languages? I particularly like the scaling of the node size by the appropriate value (CPU time, memory use, etc).
1 comments

Go's pprof is based on the C-based one: http://code.google.com/p/gperftools/