This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: how to measure compilation time?
- From: "satyaakam goswami" <satyaakam at gmail dot com>
- To: mahmoodn <nt_mahmood at yahoo dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Wed, 5 Dec 2007 16:13:17 +0530
- Subject: Re: how to measure compilation time?
- References: <14168965.post@talk.nabble.com>
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