Date: Fri, 2 Jul 93 12:10:37 -0400 From: max AT slinky DOT cs DOT nyu DOT edu (David Max) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Profiling doesn't work When I compile my programs using the -pg option, the output of gprof reports the proper number of function calls, but all the timings are zero. I have installed all the proper files as far as I can tell but that's all I get for every program I try to profile. What am I doing wrong?