This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Profiling
- To: gcc at gcc dot gnu dot org
- Subject: Profiling
- From: Davy Durham <david dot durham at wcom dot com>
- Date: Fri, 01 Dec 2000 14:32:30 -0600
- Organization: WorldCom
Uh... I'm not sure if this is the correct mailing list to ask this
question but:
I'm trying to profile an application "-p" flag... I'd really like
to be able to call a function in the code that would say, start or stop
the profiling..
See, the processing in my app is broken into several phases, and one
of the phases is taking a bit too long and I want to try to optimize
it.... Hence, I don't want the other phases' information to be included
in gprof's output...
Perhaps this is a gprof issue?
Thanks,
Davy