OGLplus (0.30.0) a C++ wrapper for OpenGL

oglplus::PerfMonitorAMDGroup Class Reference

Wrapper for performance monitor group functionality. More...

#include </home/chochlik/devel/oglplus/include/oglplus/ext/AMD_performance_monitor.hpp>

List of all members.

Public Member Functions

String GetString (void) const
 Returns a string describing the monitor group.
void GetCounters (GLint &max_active_counters, std::vector< PerfMonitorAMDCounter > &counters) const
 Queries the performance counters in this group.
std::vector
< PerfMonitorAMDCounter
GetCounters (GLint &max_active_counters) const
 Returns the performance counters in this group.

Detailed Description

Wrapper for performance monitor group functionality.

Related OpenGL symbols:
GL_AMD_performance_monitor

Member Function Documentation

void oglplus::PerfMonitorAMDGroup::GetCounters ( GLint &  max_active_counters,
std::vector< PerfMonitorAMDCounter > &  counters 
) const

Queries the performance counters in this group.

Related OpenGL symbols:
glGetPerfMonitorCountersAMD

References OGLPLUS_CHECK.

Referenced by GetCounters().

std::vector<PerfMonitorAMDCounter> oglplus::PerfMonitorAMDGroup::GetCounters ( GLint &  max_active_counters) const

Returns the performance counters in this group.

Related OpenGL symbols:
glGetPerfMonitorCountersAMD

References GetCounters().

Returns a string describing the monitor group.

Related OpenGL symbols:
glGetPerfMonitorGroupStringAMD

References OGLPLUS_CHECK.


The documentation for this class was generated from the following file:

Copyright © 2010-2013 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Tue May 7 2013 by Doxygen (version 1.7.6.1).