Comment on C++11 Makes Competitors Go RustyparentComments−andrewcooke14yThe 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).−enneff14yGo's pprof is based on the C-based one: http://code.google.com/p/gperftools/
Comments
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).
Go's pprof is based on the C-based one: http://code.google.com/p/gperftools/