From: "Goran Vidas" Newsgroups: comp.os.msdos.djgpp Subject: Problems with profiling Date: Thu, 20 Jul 2000 15:48:35 +0200 Organization: Time Voyagers Lines: 12 Message-ID: <8l705r$ljj$1@bagan.srce.hr> NNTP-Posting-Host: asy904.jmu.carnet.hr X-Trace: bagan.srce.hr 964101115 22131 193.198.135.64 (20 Jul 2000 13:51:55 GMT) X-Complaints-To: abuse AT news DOT carnet DOT hr NNTP-Posting-Date: 20 Jul 2000 13:51:55 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have Rhide version 1.4, gcc 2.7.2.1 and ld 2.7 (with BFD 2.7). I'm trying to profile a program compiled and linked with -pg option under Rhide, but when I run the program and type 'gprof myprog' it says 'myprog: No such file or directory (ENOENT)' so I make COFF file by typing 'exe2coff myprog.exe' and 'gprof myprog' again. After all it says 'No time accumulated' but the number of function calls were profiled. I don't know why it doesn't want to count time information, and why is my program so slow when I run it. Thanks!