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

Re: [cobalt-users] Strange RaQ behavior??



On Wednesday 12 December 2001 20:03, Wayne Sagar wrote:
<snip>
> Could I be rooted at the new box???? No other signs, other than the damn
> gmon.out files that have been created here and there on the new box for
> about a month.. which I never got a response on here that did me any good..
<snip>

gmon.out files are generated by gprof, probably when you compiled some 
application with option -gp, they are used to profile the application runtime 
habits.
See the manpages of gprof.  

-- 
-Gerald