Which is the best replacement for KProf?

左心房为你撑大大i 提交于 2021-01-27 13:34:46

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!