This is the mail archive of the gcc-help@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: how to measure compilation time?


mahmoodn <nt_mahmood@yahoo.com> writes:

> How it is possible to measure compilation time in gcc? any macro,
> script...

`-ftime-report'
     Makes the compiler print some statistics about the time consumed
     by each pass when it finishes.

-- 
Sergei.


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