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 ?
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 ?
I recommend using KCachegrind to vizualize the logs given by oprofile.
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?