On Dec 5, 2007 4:06 PM, mahmoodn <nt_mahmood@xxxxxxxxx> 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