Y
Hacker News
new
|
ask
|
show
|
jobs
by
enneff
5247 days ago
You heard wrong:
http://blog.golang.org/2011/06/profiling-go-programs.html
1 comments
andrewcooke
5246 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).
link
enneff
5246 days ago
Go's pprof is based on the C-based one:
http://code.google.com/p/gperftools/
link