Re: Profiling under Linux

2009-11-07 Thread Ignoramus11615
On 2009-11-05, Ji?? Pale?ek wrote: > On Thu, 05 Nov 2009 21:59:40 +0100, Ignoramus11615 > wrote: > >> I have a C++ program that is slower than I would like. >> >> I would like to use a profiler that would tell me in what functions is >> it spending the most actual time. >> >> gprof seems like an

Re: Profiling under Linux

2009-11-07 Thread Jiří Paleček
On Thu, 05 Nov 2009 21:59:40 +0100, Ignoramus11615 wrote: I have a C++ program that is slower than I would like. I would like to use a profiler that would tell me in what functions is it spending the most actual time. gprof seems like an interesting tool, but I would like to know if there a

Re: Profiling under Linux

2009-11-07 Thread James Kanze
On Nov 5, 9:59 pm, Ignoramus11615 wrote: > I have a C++ program that is slower than I would like. > I would like to use a profiler that would tell me in what > functions is it spending the most actual time. > gprof seems like an interesting tool, but I would like to know > if there are other alt

Profiling under Linux

2009-11-07 Thread Ignoramus11615
I have a C++ program that is slower than I would like. I would like to use a profiler that would tell me in what functions is it spending the most actual time. gprof seems like an interesting tool, but I would like to know if there are other alternatives. The issue is that I have a particular

Re: Profiling under Linux

2009-11-05 Thread Jeff Schwab
Ignoramus11615 wrote: I have a C++ program that is slower than I would like. I would like to use a profiler that would tell me in what functions is it spending the most actual time. gprof seems like an interesting tool, but I would like to know if there are other alternatives. I've had suc