Struct windows_sys::Win32::Devices::Display::VIDEO_PERFORMANCE_COUNTER
#[repr(C)]pub struct VIDEO_PERFORMANCE_COUNTER {Show 21 fields
pub NbOfAllocationEvicted: [u64; 10],
pub NbOfAllocationMarked: [u64; 10],
pub NbOfAllocationRestored: [u64; 10],
pub KBytesEvicted: [u64; 10],
pub KBytesMarked: [u64; 10],
pub KBytesRestored: [u64; 10],
pub NbProcessCommited: u64,
pub NbAllocationCommited: u64,
pub NbAllocationMarked: u64,
pub KBytesAllocated: u64,
pub KBytesAvailable: u64,
pub KBytesCurMarked: u64,
pub Reference: u64,
pub Unreference: u64,
pub TrueReference: u64,
pub NbOfPageIn: u64,
pub KBytesPageIn: u64,
pub NbOfPageOut: u64,
pub KBytesPageOut: u64,
pub NbOfRotateOut: u64,
pub KBytesRotateOut: u64,
}Expand description
Required features: "Win32_Devices_Display"
Fields§
§NbOfAllocationEvicted: [u64; 10]§NbOfAllocationMarked: [u64; 10]§NbOfAllocationRestored: [u64; 10]§KBytesEvicted: [u64; 10]§KBytesMarked: [u64; 10]§KBytesRestored: [u64; 10]§NbProcessCommited: u64§NbAllocationCommited: u64§NbAllocationMarked: u64§KBytesAllocated: u64§KBytesAvailable: u64§KBytesCurMarked: u64§Reference: u64§Unreference: u64§TrueReference: u64§NbOfPageIn: u64§KBytesPageIn: u64§NbOfPageOut: u64§KBytesPageOut: u64§NbOfRotateOut: u64§KBytesRotateOut: u64