Mail Archives: djgpp/1997/03/01/11:56:08
On 1 Mar 1997, Paul Derbyshire wrote:
> it. It created a file named gmon.out. Then I launched a dos shell, and
> entered gprof gmon.out, and it said:
>
> c:/djgpp/bin/gprof.exe: gmon.out: not in a.out format
>
>
> So, obviously wither a bug in djgpp causes it to output the profiling data
> in the wrong format, or a bug in RHIDE causes the profiling options not to
> work correctly, or else a bug in gprof causes it not to recognise the
> format, or not to be able to understand all the right formats.
not so fast! not so fast pal! in your hurry to uncover bugs where there
are probably none, you seem to have forgotten you mustnt say:
gprof gmon.out XXXXXX
say instead:
gprof my_profiled_file.exe > wherever.
peace! man!
- Raw text -