问题
I'm searching for a "good enough" gprof output visualizer. Kprof seems unmaintained.
Profiling is an important part of (speed sensitive) applications development, but I fail to find support on the major Linux IDEs.
Any suggestions ?
回答1:
I recommend using KCachegrind to vizualize the logs given by oprofile.
回答2:
Probably not what you're looking for, but for me, gprof with an editor with decent search does the job. Are you looking for in what case the top X functions are called so you can optimise them or do you want a nice call-graph of your application?
来源:https://stackoverflow.com/questions/1576666/which-is-the-best-replacement-for-kprof