Re: Colorbutton



On Wed, 2006-06-07 at 21:04 +0200, Mickael Drean wrote:
>  Another question: when i run my software, i get a "gmon.out" file. I
> saw that it's a file in which is describe what happened during
> software run, is there something on window which is able to open it?

One question per post makes things much easier to keep track of.

Anyway - gmon.out is the file that programs compiled with
"-pg" (profiling) generate.  You then feed this file to gprof to
generate a report.  No idea about gprof on windows, at the very least
you can probably run it with cygwin.

John




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]