Date: Tue, 23 Mar 1999 06:46:29 -0500 Message-Id: <199903231146.GAA20020@mescaline.gnu.org> From: Eli Zaretskii To: djgpp AT delorie DOT com In-reply-to: <01J94XHB81SI90O3C2@SLU.EDU> (GAMMELJL@SLU.EDU) Subject: Re: gprof References: <01J94XHB81SI90O3C2 AT SLU DOT EDU> Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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?