![]() |
LIKWID
|
Structure specifying all performance monitoring event groups. More...
#include <perfmon_types.h>
Public Attributes | |
int | activeGroup |
Currently active eventSet. | |
PerfmonEventSet * | groups |
List of eventSets. | |
int | numberOfActiveGroups |
Amount of added eventSets. Only those eventSets can be accessed in groups. | |
int | numberOfGroups |
List length of groups. | |
int | numberOfThreads |
Amount of threads in threads. | |
PerfmonThread * | threads |
List of threads. | |
Structure specifying all performance monitoring event groups.
The global PerfmonGroupSet structure holds all eventSets and threads that are configured to measure. Only one eventSet can be measured at a time but the groups can be switched to perform some kind of multiplexing.