public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Raúl Huertas" <raulh39@ya.com>
To: shart <shart1@jumpy.it>
Cc: gcc-help@gcc.gnu.org
Subject: Re: Time of compiling
Date: Sun, 12 Nov 2006 11:08:00 -0000	[thread overview]
Message-ID: <455700A5.3020401@ya.com> (raw)
In-Reply-To: <7301514.post@talk.nabble.com>

shart escribió:
> thanks for your raply
>
> I want that the compiler show the entire duration (in second) of compilation
> of any programm.
>
>   
¿Do you mean the duration of the compilation of one translation unit (a 
.c or .cc file, for example)?
A program normally  have a lot of translation units, and each one of 
them requires an invocation to the gcc compiler.

I don't know of any way to sum up this times. If you are in Unix, maybe 
you can use the "time" command when you launch "make", but I'm not sure 
that that's what you mean...

Regards,
Raúl.

  reply	other threads:[~2006-11-12 11:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-11 20:14 shart
2006-11-11 20:54 ` Perry Smith
2006-11-12  9:34   ` shart
2006-11-12 10:52     ` Raúl Huertas
2006-11-12 10:57       ` shart
2006-11-12 11:08         ` Raúl Huertas [this message]
2006-11-12 13:39         ` Time of compiling (Gross hideous mess) Perry Smith
2006-11-17 10:10 Time of compiling Jayant Sonar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=455700A5.3020401@ya.com \
    --to=raulh39@ya.com \
    --cc=gcc-help@gcc.gnu.org \
    --cc=shart1@jumpy.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).