This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Timing the compiler


>>>>> "Richard" == Richard Henderson <rth@redhat.com> writes:

 > 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.

coolest way would be to modify gcc to emit timing information or some
stub information for each function compiled, then use that compiler to
compile itself.

aldy


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]