OpenGL.GL.AMD.performance_monitor
OpenGL extension AMD.performance_monitor
This module customises the behaviour of the
OpenGL.raw.GL.AMD.performance_monitor to provide a more
Python-friendly API
Overview (from the spec)
This extension enables the capture and reporting of performance monitors.
Performance monitors contain groups of counters which hold arbitrary counted
data. Typically, the counters hold information on performance-related
counters in the underlying hardware. The extension is general enough to
allow the implementation to choose which counters to expose and pick the
data type and range of the counters. The extension also allows counting to
start and end on arbitrary boundaries during rendering.
The official definition of this extension is available here:
http://www.opengl.org/registry/specs/AMD/performance_monitor.txt
Functions
Constants
GL_COUNTER_RANGE_AMD (35777)
GL_COUNTER_TYPE_AMD (35776)
GL_PERCENTAGE_AMD (35779)
GL_PERFMON_RESULT_AMD (35782)
GL_PERFMON_RESULT_AVAILABLE_AMD (35780)
GL_PERFMON_RESULT_SIZE_AMD (35781)
GL_UNSIGNED_INT64_AMD (35778)