![]() |
1.2 (revision 3183)
|
Data types used in the definition records. More...
#include <otf2/OTF2_ErrorCodes.h>
#include <otf2/OTF2_GeneralDefinitions.h>
Go to the source code of this file.
Data types used in the definition records.
enum OTF2_GroupFlag_enum |
List of possible flags to specify special characteristics of a Group.
OTF2_GROUP_FLAG_NONE |
A group without special characterization. |
OTF2_GROUP_FLAG_GLOBAL_MEMBERS |
No translation needs to be done when a group of type OTF2_GROUP_TYPE_COMM_GROUP has this flag. |
enum OTF2_GroupType_enum |
enum OTF2_MetricBase_enum |
enum OTF2_MetricMode_enum |
Metric mode is a combination of value property and timing information.
Metric occurrence.
Determines when the values have been collected or for which interval of time they are valid. Used for the upper half-byte of OTF2_MetricMode.
enum OTF2_MetricType_enum |
Information about whether the metric value is accumulated, absolute, or relative. Used for the lower half-byte of OTF2_MetricMode.
List of possible kinds a MetricClass can be recorded by.
OTF2_RECORDER_KIND_UNKNOWN |
No specific kind of recorder. |
OTF2_RECORDER_KIND_ABSTRACT |
Only MetricInstances will record this metric class. |
OTF2_RECORDER_KIND_CPU |
This metric class will only be recored by locations of type OTF2_LOCATION_TYPE_CPU_THREAD. |
OTF2_RECORDER_KIND_GPU |
This metric class will only be recored by locations of type OTF2_LOCATION_TYPE_GPU. |
enum OTF2_RegionFlag_enum |
List of possible flags to specify special characteristics of a Region.
enum OTF2_RegionRole_enum |
List of possible roles of a Region.