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 2 of 2

Thread: We're playing a guessing game...no?

  1. #1
    Advanced Member Frequent Contributor
    Join Date
    Sep 2000
    Location
    California
    Posts
    550

    We're playing a guessing game...no?

    If we could only have a list of how long it takes to execute an OpenGL function so we can then use it to create optimizations where they're needed most.

    Wouldn't that be cool to have a list like that?

  2. #2
    Junior Member Newbie
    Join Date
    Oct 2000
    Posts
    25

    Re: We're playing a guessing game...no?

    Well, uh, maybe it would. But it wouldn't be constant across different pieces of hardware, different drivers or even different parameters passed to the same function. It all depends on context, which is far too big a state space to enumerate.

    Plus, profiling code isn't too tricky to get at the vague problem areas.

    Henry

Posting Permissions

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