Struct raw_cpuid::TscInfo [−][src]
pub struct TscInfo { /* fields omitted */ }
Time Stamp Counter and Nominal Core Crystal Clock Information Leaf.
Implementations
impl TscInfo
[src]
impl TscInfo
[src]pub fn denominator(&self) -> u32
[src]
An unsigned integer which is the denominator of the TSC/”core crystal clock” ratio.
pub fn numerator(&self) -> u32
[src]
An unsigned integer which is the numerator of the TSC/”core crystal clock” ratio.
If this is 0, the TSC/”core crystal clock” ratio is not enumerated.
pub fn nominal_frequency(&self) -> u32
[src]
An unsigned integer which is the nominal frequency of the core crystal clock in Hz.
If this is 0, the nominal core crystal clock frequency is not enumerated.
pub fn tsc_frequency(&self) -> Option<u64>
[src]
“TSC frequency” = “core crystal clock frequency” * EBX/EAX.