Wrapper for performance monitor group functionality. More...
#include </home/chochlik/devel/oglplus/include/oglplus/ext/AMD_performance_monitor.hpp>
Public Member Functions | |
| String | GetString (void) const |
| Returns a string describing the monitor group. More... | |
| void | GetCounters (GLint &max_active_counters, std::vector< PerfMonitorAMDCounter > &counters) const |
| Queries the performance counters in this group. More... | |
| std::vector < PerfMonitorAMDCounter > | GetCounters (GLint &max_active_counters) const |
| Returns the performance counters in this group. More... | |
Wrapper for performance monitor group functionality.
| void oglplus::PerfMonitorAMDGroup::GetCounters | ( | GLint & | max_active_counters, |
| std::vector< PerfMonitorAMDCounter > & | counters | ||
| ) | const |
Queries the performance counters in this group.
Referenced by GetCounters().
| std::vector<PerfMonitorAMDCounter> oglplus::PerfMonitorAMDGroup::GetCounters | ( | GLint & | max_active_counters | ) | const |
Returns the performance counters in this group.
References GetCounters().
| String oglplus::PerfMonitorAMDGroup::GetString | ( | void | ) | const |
Returns a string describing the monitor group.