Re: [Dri-devel] How to build DRI to use gprof see profile data

2002-02-25 Thread Michael
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 some error

[Dri-devel] How to build DRI to use gprof see profile data

2002-02-04 Thread =?x-unknown?b?s1y5xab2?=
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/makeprofile.sh' to

RE: [Dri-devel] How to build DRI to use gprof see profile data

2002-02-04 Thread Michel Dänzer
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 * this on.

RE: [Dri-devel] How to build DRI to use gprof see profile data

2002-02-04 Thread Gareth Hughes
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

RE: [Dri-devel] How to build DRI to use gprof see profile data

2002-02-04 Thread =?x-unknown?b?s1y5xab2?=
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