This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: HELP: finding the finishing point of the execution from gprof output


<perugupa@csee.wvu.edu> writes:

>   I am using gprof to profile the gcc compiler.i am getting huge profiles
>   .how can I find out where the execution started and where it ended, from
>   the profiler output.i didn't find that information in the gprof
>   documentation.can anyone help me figure this out.thank you in advance

Profiling doesn't tell you where execution starts or stops.

It tells you how much it spent along the way.

Ian


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