3.0-rc2 (revision 337012f1)
List of all marker 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()
OTF2_MarkerReaderCallbacks_SetDefMarkerCallback()
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()
OTF2_MarkerReaderCallbacks_SetMarkerCallback()
Since
Version 1.2