Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
cageface
14y ago
0 comments
Share
Last I heard the Go compiler was generating code 6x or more slower than comparable C++ code. Is that not still true?
0 comments
default
newest
oldest
enneff
14y ago
You heard wrong:
http://blog.golang.org/2011/06/profiling-go-programs.html
andrewcooke
14y 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).
enneff
14y ago
Go's pprof is based on the C-based one:
http://code.google.com/p/gperftools/
j
/
k
navigate · click thread line to collapse