__itt_scope
enum __itt_scope {
__itt_scope_global,
__itt_scope_track_group,
__itt_scope_track,
__itt_scope_task,
__itt_scope_marker
}
Identifies the scope of a marker or a metadata item in the trace.
Values:
Value |
When metadata has this scope, … |
When a marker has this scope, … |
---|---|---|
__itt_scope_global |
… it is currently ignored by the Intel® GPA Platform Analyzer. |
… it will appear in the time ruler, which is located at the top of the Timeline View in the Intel® GPA Platform Analyzer.
|
__itt_scope_track_group |
…. it is currently ignored by the Intel® GPA Platform Analyzer. This scope is reserved for future expansion. |
… it is currently ignored by the Intel® GPA Platform Analyzer. This scope is reserved for future expansion. |
__itt_scope_track |
… it is currently ignored by the Intel® GPA Platform Analyzer. |
… it will appear at the top of the current track in the Timeline View in the Intel® GPA Platform Analyzer. |
__itt_scope_task |
… it will appear in the Metadata viewer in the Intel® GPA Platform Analyzer when the enclosing task instance is selected. |
… it is currently ignored by the Intel® GPA Platform Analyzer. |
__itt_scope_marker |
… it will appear in the Metadata viewer in the Intel® GPA Platform Analyzer when the most recent marker is selected. |
… it is ignored.
|
See Also