Mail Archives: djgpp/2003/05/13/15:15:11
alrc AT task DOT com DOT br <alrc AT task DOT com DOT br> wrote:
> I work with DJGPP 2.3 (*.ver files: Djdev203.ver, Bnu213b.ver,
> Gcc32b.ver) and I want to use gprof, but its exit shows all
> functions (except __dpmi_int) with 0.00 % execution time.
There's more wrong than just a high percentage to ascribed to
__dpmi_int. Note that your program only reports a cumulative time of
0.28 total, that's a measly 5 time samples (0.055 seconds each) for
gprof to work with, for the *whole* program!
Does three tenths of a second feel like a valid figure for the total
run time of your program? If so, you should really try to generate a
test case that executes longer. If not, something must have broken
the profile data collection methods, and you'll have to supply more
details, like: what platform did this happen on, what were the exact
compile and link flags you passed.
--
Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de)
Even if all the snow were burnt, ashes would remain.
- Raw text -