From: Doug Eleveld Newsgroups: comp.os.msdos.djgpp Subject: Profiling Allegro Date: 18 Feb 1997 16:49:31 GMT Organization: Rijksuniversiteit Groningen Lines: 15 Message-ID: <5ecmir$huo@info.service.rug.nl> NNTP-Posting-Host: cmb18.med.rug.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I have been using Rhide to compile (with -pg of course) and the go to Dos to run and then do the 'gprof filename' and I have no problems at all. everything works as it should. Be aware however that if you use a certian video driver i.e linearframebuffer stuff your timings won't be the same in another driver e.g. a banked mode. This mght skew your results for other machines. good luck, Doug Eleveld