Or similar callgraph visualization support in perf itself would be nice (including filtering options, highlighting the nodes based on CPU used by given node and the nodes called by it etc).
Finding a profiler that works, damnit
Posted Apr 4, 2010 12:44 UTC (Sun) by chantecode (subscriber, #54535)
[Link]
I really like this. We may indeed want to support it.
Finding a profiler that works, damnit
Posted Apr 5, 2010 1:39 UTC (Mon) by foom (subscriber, #14868)
[Link]
Check out the google-perftools' pprof's "gv" command; it's also pretty nice. (although I still usually
prefer kcachegrind's interactive viewer)