This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Can profiling do this?
- To: gcc at gcc dot gnu dot org
- Subject: Can profiling do this?
- From: Davy Durham <david dot durham at wcom dot com>
- Date: Mon, 04 Dec 2000 10:11:00 -0600
- Organization: WorldCom
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