how to instrument??

Tim Prince tprince@computer.org
Thu Aug 15 06:08:00 GMT 2002


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



More information about the Gcc mailing list