#[repr(C)]pub struct PSS_PERFORMANCE_COUNTERS {
pub TotalCycleCount: u64,
pub TotalWallClockPeriod: u64,
pub VaCloneCycleCount: u64,
pub VaCloneWallClockPeriod: u64,
pub VaSpaceCycleCount: u64,
pub VaSpaceWallClockPeriod: u64,
pub AuxPagesCycleCount: u64,
pub AuxPagesWallClockPeriod: u64,
pub HandlesCycleCount: u64,
pub HandlesWallClockPeriod: u64,
pub ThreadsCycleCount: u64,
pub ThreadsWallClockPeriod: u64,
}
Expand description
Required features: "Win32_System_Diagnostics_ProcessSnapshotting"
Fields
TotalCycleCount: u64
TotalWallClockPeriod: u64
VaCloneCycleCount: u64
VaCloneWallClockPeriod: u64
VaSpaceCycleCount: u64
VaSpaceWallClockPeriod: u64
AuxPagesCycleCount: u64
AuxPagesWallClockPeriod: u64
HandlesCycleCount: u64
HandlesWallClockPeriod: u64
ThreadsCycleCount: u64
ThreadsWallClockPeriod: u64
Trait Implementations
impl Clone for PSS_PERFORMANCE_COUNTERS
impl Clone for PSS_PERFORMANCE_COUNTERS
impl Copy for PSS_PERFORMANCE_COUNTERS
Auto Trait Implementations
impl RefUnwindSafe for PSS_PERFORMANCE_COUNTERS
impl Send for PSS_PERFORMANCE_COUNTERS
impl Sync for PSS_PERFORMANCE_COUNTERS
impl Unpin for PSS_PERFORMANCE_COUNTERS
impl UnwindSafe for PSS_PERFORMANCE_COUNTERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more