|
2.2 (revision 4737)
|
| OTF2_MarkerRef DefMarker |
| 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. |
| Marker |
| 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. |