Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: how to get OpenGL performance statistics

  1. #1
    Junior Member Newbie
    Join Date
    Dec 2002
    Location
    Hyderabad, AP, IN
    Posts
    11

    how to get OpenGL performance statistics

    Hi,
    I need to test the performance of OpenGL in rendering huge 3D models.

    Can u hint me on possible metrics and how to obtain them using OpenGL functions , like

    1) No. of triangles rendered
    2) No. of VISIBLE triangles
    3) Memory load for GL Engine only
    4) FPS { this I can get }
    5) Texture load/ No. of Textured triangles
    4) No. of vertices involved

    etc...

    Its a bit urgent
    regards
    --
    Santhosh@gdit.iiit.net
    regards
    --
    Santhosh
    santhosh@gdit.iiit.net

  2. #2
    Senior Member OpenGL Guru
    Join Date
    Mar 2001
    Posts
    3,768

    Re: how to get OpenGL performance statistics

    OpenGL has no functionality to acquire this information. You will have to figure this out on your own via other means.

  3. #3
    Intern Contributor
    Join Date
    Jan 2001
    Posts
    61

    Re: how to get OpenGL performance statistics

    On Windows, try glTrace, on Mac, try OpenGL Profiler.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •