1.5.1 (revision 4026)
List of all marker records
OTF2 records
OTF2_MarkerRef DefMarker
Group markers by name and severity.

Attributes:
const char* markerGroup Group name, e.g., "MUST", ...
const char* markerCategory Marker category, e.g., "Argument type error", ...
OTF2_MarkerSeverity severity The severity for these markers.
See also:
OTF2_MarkerWriter_WriteDefMarker()
Since:
Version 1.2

Marker
A user marker instance, with implied time stamp.

Attributes:
OTF2_TimeStamp timestamp The time when this marker happened.
OTF2_TimeStamp duration A possible duration of this marker. May be 0.
OTF2_MarkerRef marker Groups this marker by name and severity. References a DefMarker definition.
OTF2_MarkerScope scope The type of scope of this marker instance.
uint64_t scopeRef The scope instance of this marker. Depends on scope.
const char* text A textual description for this marker.
See also:
OTF2_MarkerWriter_WriteMarker()
Since:
Version 1.2