This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Timing the compiler
- From: Richard Henderson <rth at redhat dot com>
- To: Martin v. Löwis <loewis at informatik dot hu-berlin dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 3 Jun 2002 18:11:17 -0700
- Subject: Re: Timing the compiler
- References: <j43cw48pf8.fsf@informatik.hu-berlin.de>
On Mon, Jun 03, 2002 at 03:25:31PM +0200, Martin v. Löwis wrote:
> Is that supported? If not, how could I best produce such statistics?
Nope. Um.. dunno off-hand. There are some routines in
timevar.c that you could no doubt make use of.
r~