pub type PerformanceCounterSet = Vec<u64>;
Expand description
Describes a set of performance counters. The exact meaning depends on the specific driver, but often is a bitvector representing whether each performance counter is enabled or disabled.
Aliased Typeยง
struct PerformanceCounterSet { /* private fields */ }