Edit

Share via


marker_importance enumeration

Represents the importance level of a Concurrency Visualizer marker.

Syntax

enum marker_importance;

Members

Values

Name Description
critical_importance Specifies that the marker has critical importance.
high_importance Specifies that the marker has high importance.
low_importance Specifies that the marker has low importance.
normal_importance Specifies that the marker has normal importance.

Requirements

Header: cvmarkersobj.h

Namespace: Concurrency::diagnostic

See also