Re: Colorbutton



2006/6/7, Mickael Drean <mickael drean gmail com>:
Hi folks,


[SNIP]

 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?

gmon out keeps information about function calls. it measures the time
each call of a function takes and some more values. This is ment for
performance tuning. Note that this has some major impact on the
runtime of your binaries. They should slow down.

Matthias



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