Re: C Profiling tools like gprof

2000-05-30 Thread Dean Allen Provins
Mani: Did you compile everything with -pg? If so, it should work fine (does for me). Dean > > > > Hi All, > > I tried gprof for getting the amount time spent in each function call > in the C code. But it seems that it is not working. gprof o/p shows the > statistics as zero. > Is there

C Profiling tools like gprof

2000-05-29 Thread Manikandan A
Hi All, I tried gprof for getting the amount time spent in each function call in the C code. But it seems that it is not working. gprof o/p shows the statistics as zero. Is there any other program/tool like gprof ? Thanks in advance Regards Mani