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
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
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
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
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