1753483 Members
4098 Online
108794 Solutions
New Discussion юеВ

Profiler for C++ code

 
Vitaly Karasik_1
Honored Contributor

Profiler for C++ code

We're looking for good profiler for linux.

Rational Quantify is expensive,
and free gprof has few problems.

any ideas?

Thanks,
Vitaly
2 REPLIES 2
Alexey Roytman
Frequent Advisor

Re: Profiler for C++ code

The known threading/signal problem with gprof is solved here:
http://sam.zoy.org/writings/programming/gprof.html
by a library interposer (LD_PRELOAD).
Vitaly Karasik_1
Honored Contributor

Re: Profiler for C++ code

Thanks/Toda/Spasibo!
Good Start!
Vitaly