Mail Archives: djgpp/1999/03/23/06:48:33
From: GAMMELJL AT SLU DOT EDU
//You will see that the timings done in the test code using time.h
//say the total time required is about 32 seconds (200 mhz pentium
//pro) whether one is running djgpp or linux. You will see that
//the linux output of gprof confirms the 32 seconds and says that
//main and zadd take about the same amount of time (16 seconds).
//However, you will see that the djgpp output of gprof says that
//main and zadd both take about 8 seconds, and that the total time
//is about 16 seconds, all a factor two too low as I asserted.
//My questions are: Is this a known problem? Have I made some
//error?
Which version of DJGPP is that?
- Raw text -