On Tue, Feb 05, 2002 at 04:12:35PM +0800, ³\¹Ã
Šö wrote:
> When I run glxgears,
> it print out glx_init_prof, and glx_fini_prof.
> But, how to produce gmon.out ??
Old message, but for completeness sake...
export GLX_SO_MON=1
> I had tried to run xc/lib/GL/makeprofile.sh,
> but print out so
Thanks for Gareth Help,
Now , I've build Xserver , and install it
successful
When I run glxgears,
it print out glx_init_prof, and glx_fini_prof.
But, how to produce gmon.out ??
I had tried to run xc/lib/GL/makeprofile.sh,
but print out some error message Is there
still any step to do for p
> Shouldn't it work for the whole tree if we provided a wrapper for mcount
> and whatever for the modules?
Possibly not, given the method we use to actually process the profiling
data. Besides, it's never been a priority -- the current method works
great for the 3D drivers.
-- Gareth
_
On Mon, 2002-02-04 at 19:43, Gareth Hughes wrote:
> > Do any know how to build Xserver and DRI that can see profiling
> > data through gprof?? I've see there is an option in host.def(in )
> > DRI cvs):
> >
> > /* To do profiling of the dynamically loaded 'xyz_dri.so' object, turn
> > *
> Hello, Every body:
>
> Do any know how to build Xserver and DRI that can see profiling
> data through gprof?? I've see there is an option in host.def(in )
> DRI cvs):
>
> /* To do profiling of the dynamically loaded 'xyz_dri.so' object, turn
> * this on.
> * Use 'xc/lib/GL/makep