Mail Archives: djgpp/2001/12/14/11:21:44
X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-bounces using -f
|
Message-ID: | <002001c184b8$ed27ec30$1400a8c0@alex>
|
From: | "Alex Oleynikov" <alex AT compuweigh DOT com>
|
To: | <djgpp AT delorie DOT com>
|
Subject: | Profiling application
|
Date: | Fri, 14 Dec 2001 11:03:53 -0500
|
MIME-Version: | 1.0
|
X-Priority: | 3
|
X-MSMail-Priority: | Normal
|
X-Mailer: | Microsoft Outlook Express 5.50.4522.1200
|
X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4522.1200
|
Reply-To: | djgpp AT delorie DOT com
|
Hi, everybody!
I am trying to profile my application (compiled with DJGPP v.2.03, gcc
v.2.95.3, binutils v.2.10). I have compiled it with -pg and -a switches and
ran. It produces a file bb.out (BTW, DJGPP FAQ talks about gmon.out, do I
have to rename it afterwards?) with some statistics.
Now, every time I try to run my profiler (gprof app.exe bb.out) it exits
with a message: "d:/djgpp/bin/gprof.exe: Cannot allocate 1087817412 bytes"
How do I get around this?
Any help would be highly appreciated.
Thanks,
Alex
- Raw text -