This is the mail archive of the gcc@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 instrument??


On Thursday 15 August 2002 02:13, smartgong wrote:
> hi,everyone
>
>    I am a totally newer to the GCC. But I have browsed the maillist for a
> while.:) I think my question maybe is very silly. but I really appreciate
> your hints:)
>
>   Could anyone tell something about instrumentation. I know it is necessary
> to profile and optimization. But how to instrument some code to some place?
>
If you're concerned about the basic instrumentation for profiling, that is 
covered under -pg in 'info gcc' and in 'info gprof.'   Learn about those 
before you try to go further.  gcc-help would be the mailing list for 
assistance.
-- 
Tim Prince


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