Date: Wed, 31 Mar 93 09:36:51 EST From: DJ Delorie To: bergman AT panix DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Profiling > Any pointers on how to use gprof? I didn't see any > documentation, and I get complaints about a missing gmon.out > file. gcc -pg myprog.c -o myprog go32 myprog gprof myprog > output.lst Note that 1.09 always reports times of zero (bug). 1.08 works.