|
From: Daniele C. <dca...@in...> - 2007-02-02 17:21:39
|
It is a very useful function. I set Q3_DEBUG and I set "Q3Memory_StartRecording()" at start of application and I obtain a file like this: /========== START DUMP Fri Feb 02 18:15:06 2007 Q3Exit ========== InteractiveRenderer (033535EC) 2 Set (03353804) 1 Quesa:DepthBitsElement (033538DC) Quesa:Slab (03353A64) Quesa:Slab (03353ACC) Quesa:Slab (03353B34) Quesa:Slab (03353B9C) View (03354964) AttributeSet (03354A7C) 1 Win32DCDrawContext (03354B54) 1 ViewAngleCamera (03354C1C) 1 PhongIllumination (03354E0C) 1 LightGroup (03354E94) 1 AmbientLight (03354EFC) 1 PointLight (03354FBC) 1 FillStyle (0039FCD4) 1 InterpolationStyle (03354CC4) 1 BackfacingStyle (03354D2C) 1 OrderedDisplayGroup (033557C4) 1 DisplayGroup (03355E1C) 1 AttributeSet (03355EA4) 3 Myatt (03355F7C) Polygon (03356084) 1 AttributeSet (0335625C) 1 TriMesh (033566AC) 1 TriMesh (03356EEC) 1 Set (03356C44) 1 Quesa:IR:OptTriMeshCache (03356D1C) ========== END DUMP ==========/ Are all memory leak? James W. Walker ha scritto: > On Feb 2, 2007, at 5:25 AM, Daniele Cavallini wrote: > > >> I am searching a memory leak in my application.In TQ3Status E3Exit >> (void) >> function I read: >> >> Q3Memory_DumpRecording( "Quesa-leaks.txt", "Q3Exit" ); >> >> Can it useful for me? How I can activate? I don't find documentaion >> about it. Have you some suggest for me? >> > > To use it, you need a copy of Quesa that has been compiled with the > macro Q3_DEBUG set to 1. It will produce a text file listing the > types and numbers of leaked references. In the Mac CFM case, it also > shows backtraces. > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Quesa-develop mailing list > Que...@li... > https://lists.sourceforge.net/lists/listinfo/quesa-develop > > |