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?


On Dec 5, 2007 4:06 PM, mahmoodn <nt_mahmood@yahoo.com> wrote:
>
> How it is possible to measure compilation time in gcc? any macro, script...
> --
> View this message in context: http://www.nabble.com/how-to-measure-compilation-time--tf4948712.html#a14168965
> Sent from the gcc - Help mailing list archive at Nabble.com.

use /usr/bin/time  "your compile command without quotes" for more info
read the man page.

hth
satya


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