gprof granularity of output

2001-02-05 Thread Lev Serebryakov
Hello hackers, Is here method to decrease granularity of grpof output for some function? I need know time of execution of every statement (loop, if-then-else, etc.) of one function in my c program... -- Best regards, Lev mailto:[EMAIL PROTECTED] To

Re: gprof granularity of output

2001-02-05 Thread David Malone
On Mon, Feb 05, 2001 at 01:52:43PM +0300, Lev Serebryakov wrote: Is here method to decrease granularity of grpof output for some function? I need know time of execution of every statement (loop, if-then-else, etc.) of one function in my c program... You could try using gcov - it tells