Re: how to profile application in between 2 triggers

2006-03-28 Thread Joe Buck
On Wed, Mar 29, 2006 at 09:35:21AM +0530, jayaraj wrote: > I want to profile an application in linux. Now I am using -pg option > with gcc for generating the profile data. Then used gprof for getting > profiles. In this profiling, it starts from first function (main()) to > ending function. Actual

how to profile application in between 2 triggers

2006-03-28 Thread jayaraj
Hi, I want to profile an application in linux. Now I am using -pg option with gcc for generating the profile data. Then used gprof for getting profiles. In this profiling, it starts from first function (main()) to ending function. Actually I want to profile functions with in 2 events (triggers),