Mail Archives: djgpp/1997/05/18/01:49:48
jon wrote:
>
> gprof example.exe
>
> produces, in brief, a "gmon.out not found." Don't know what gmon.out
> is/was.
You must compile _and_ link your program with the -pg switch, and then
do a complete run to actually generate the profile information. This is
discussed in chapter 13 of the FAQ.
--
---------------------------------------------------------------------
| John M. Aldrich, aka Fighteer I | mailto:fighteer AT cs DOT com |
| Proud owner of what might one | http://www.cs.com/fighteer |
| day be a spectacular MUD... | Plan: To make Bill Gates suffer |
---------------------------------------------------------------------
- Raw text -