This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: no accumulated time with gprof
- From: Ian Lance Taylor <ian at airs dot com>
- To: Jason Keltz <jas at cs dot yorku dot ca>
- Cc: binutils at sources dot redhat dot com
- Date: 20 Jul 2005 13:58:21 -0700
- Subject: Re: no accumulated time with gprof
- References: <42DEB460.8000104@cs.yorku.ca>
Jason Keltz <jas@cs.yorku.ca> writes:
> What would stop the timings from
> appearing in the gprof output??
If the number of calls is correct, but the times do not appear, I
would suspect the kernel profiling timer, or the profil system call,
or the code in libc which writes out the profiling information. You
didn't mention what type of system you are using, so it's hard to be
more specific.
Ian