#[repr(C)]pub struct WHV_PROCESSOR_SYNTHETIC_FEATURES_COUNTERS {
pub SyntheticInterruptsCount: u64,
pub LongSpinWaitHypercallsCount: u64,
pub OtherHypercallsCount: u64,
pub SyntheticInterruptHypercallsCount: u64,
pub VirtualInterruptHypercallsCount: u64,
pub VirtualMmuHypercallsCount: u64,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields§
§SyntheticInterruptsCount: u64
§LongSpinWaitHypercallsCount: u64
§OtherHypercallsCount: u64
§SyntheticInterruptHypercallsCount: u64
§VirtualInterruptHypercallsCount: u64
§VirtualMmuHypercallsCount: u64