Date: Wed, 17 Aug 1994 17:06:36 -0400 (EDT) From: Kimberley Burchett Subject: Re: Speed tuning programs To: DJGPP Mailing List On Wed, 17 Aug 1994, Olly Betts wrote: > Now from my reading of this, the profiler thinks that the program took > 0.06 seconds, all spent in main(), which is just plain wrong. I'm sure > I must just be failing to do something. > If only I could get some timings from gprof ... I had this exact same problem and it led me to write my own profiler which although it was a lot simpler, still worked for me. Now, however, gprof works for me and the only difference I can think of is that before I hadn't called the setdjgpp program like it said to in the readme file. Maybe that's your problem? I'm totally guessing in the dark here... Kim