This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Timing the compiler
- From: loewis at informatik dot hu-berlin dot de (Martin v. Löwis)
- To: gcc at gcc dot gnu dot org
- Date: 03 Jun 2002 15:25:31 +0200
- Subject: Timing the compiler
I'm trying to time cc1plus to attribute time consumption to source
code functions, i.e. I'd like to get a time stamp/time progress for
each call to announce_function.
Is that supported? If not, how could I best produce such statistics?
TIA,
Martin