pub fn performance_counter(
counter_type: impl Into<PerformanceCounterType>,
) -> u64Expand description
Gets the value of specified performance counter.
See PerformanceCounterType for available counter types.
pub fn performance_counter(
counter_type: impl Into<PerformanceCounterType>,
) -> u64Gets the value of specified performance counter.
See PerformanceCounterType for available counter types.