Hi all, Does anybody know a good profiler? I have used "gprof" but it does not cover functions calls when function is defined in another class or header file. It will profile only function calls withing main file or maybe I am doing something wrong. D. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Danesh Daroui wrote:
Hi all,
Does anybody know a good profiler? I have used "gprof" but it does not cover functions calls when function is defined in another class or header file. It will profile only function calls withing main file or maybe I am doing something wrong.
I'm sure you already tried Valgrind and Oprofile. That both are in my opinion the standard profilers.
D.
HTH, Patrick -- Software Developer Bookandsmile GmbH Inselstraße 20 04103 Leipzig Tel: 0341 / 30 89 51 12 - Skype: undef Email: Patrick.Kirsch@bookandsmile.de Web: http://www.billigflieger.de | http://www.bookandsmile.de -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Oprofile works fine. Thanks. Patrick Kirsch wrote:
Danesh Daroui wrote:
Hi all,
Does anybody know a good profiler? I have used "gprof" but it does not cover functions calls when function is defined in another class or header file. It will profile only function calls withing main file or maybe I am doing something wrong.
I'm sure you already tried Valgrind and Oprofile. That both are in my opinion the standard profilers.
D.
HTH, Patrick
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (2)
-
Danesh Daroui
-
Patrick Kirsch