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: FW: Compile Timing Information


On most Unix systems there is a time or timex function.

I believe that you should be able to set your environment variable (or mod your makefile) to set "CC=time gcc" or some equivalent.

Good luck,

A. Daniel King, System Analyst
Yes, I am aware of the time command.
What I was wanting is information about what files gcc is crunching on because of #includes  and may what how long gcc spends crunching each function definition.

- Davy



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