Date: Fri, 19 Aug 94 09:46:24 -0400 From: dj AT ctron DOT com (DJ Delorie) To: wudavid AT ecf DOT toronto DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Profiler > Where is the documentation of how to use the profiler? I could not find > anything on it. All I have is gprof.exe and "could not find gmon.out" > errors. Compile and link with -pg, then run "gprof [program] > [file]" after you run the program.