pub struct TscInfo { /* private fields */ }
Expand description
Time Stamp Counter and Nominal Core Crystal Clock Information Leaf.
Implementations§
source§impl TscInfo
impl TscInfo
sourcepub fn denominator(&self) -> u32
pub fn denominator(&self) -> u32
An unsigned integer which is the denominator of the TSC/”core crystal clock” ratio.
sourcepub fn numerator(&self) -> u32
pub fn numerator(&self) -> u32
An unsigned integer which is the numerator of the TSC/”core crystal clock” ratio.
sourcepub fn nominal_frequency(&self) -> u32
pub fn nominal_frequency(&self) -> u32
An unsigned integer which is the nominal frequency of the core crystal clock in Hz.
sourcepub fn tsc_frequency(&self) -> u64
pub fn tsc_frequency(&self) -> u64
“TSC frequency” = “core crystal clock frequency” * EBX/EAX.