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: u64NbAllocationCommited: u64NbAllocationMarked: u64KBytesAllocated: u64KBytesAvailable: u64KBytesCurMarked: u64Reference: u64Unreference: u64TrueReference: u64NbOfPageIn: u64KBytesPageIn: u64NbOfPageOut: u64KBytesPageOut: u64NbOfRotateOut: u64KBytesRotateOut: u64