|
PAPI 7.1.0.0
|
#include <papi_internal.h>

Data Fields | |
| EventSetInfo_t ** | dataSlotArray |
| int | totalSlots |
| int | availSlots |
| int | fullSlots |
| int | lowestEmptySlot |
Definition at line 311 of file papi_internal.h.
| int DynamicArray_t::availSlots |
number of open slots in dataSlotArrays
Definition at line 314 of file papi_internal.h.
| EventSetInfo_t** DynamicArray_t::dataSlotArray |
array of ptrs to EventSets
Definition at line 312 of file papi_internal.h.
| int DynamicArray_t::fullSlots |
number of full slots in dataSlotArray
Definition at line 315 of file papi_internal.h.
| int DynamicArray_t::lowestEmptySlot |
index of lowest empty dataSlotArray
Definition at line 316 of file papi_internal.h.
| int DynamicArray_t::totalSlots |
number of slots in dataSlotArrays
Definition at line 313 of file papi_internal.h.