Re: gprof reporting zero times for one program

2008-01-28 Thread Nick Clifton
Hi David, The only change other than the use of multiple files, instead of just one, Having multiple source files rather than just one definitely should not be causing this. that I can think of which might be causing this is that the new version of nettee calls alarm(0) and alarm(time)

Re: gprof reporting zero times for one program

2008-01-25 Thread Nick Clifton
Hi David, I'm having issues with gprof reporting empty times on the development version of my network program nettee. binutils-2.17.50.0.9-1mdv2007.1 For the record there is a 2.18 release out now, although I doubt if this will have any effect on the problem you are seeing. Whereas for

Re: gprof reporting zero times for one program

2008-01-25 Thread David Mathog
Nick Clifton wrote: Whereas for the development nettee: Each sample counts as 0.01 seconds. no time accumulated Hmm, well it appears that there is no profiling information in the gmon.out file. Have you checked that a gmon.out file is actually being produced ? And that it is not

gprof reporting zero times for one program

2008-01-17 Thread David Mathog
I'm having issues with gprof reporting empty times on the development version of my network program nettee. For a normal program (reads and writes files, no network) the results show reasonable times. In fact, for the last release of nettee (0.1.8) gprof worked too. However for the version I'm