Struct raw_cpuid::TscInfo
[−]
[src]
pub struct TscInfo { // some fields omitted }
Contains time stamp counter information.
Methods
impl TscInfo
[src]
fn get_tsc_ratio_denominator(&self) -> u32
An unsigned integer which is the denominator of the TSC/”core crystal clock” ratio (Bits 31:0).
fn get_tsc_ratio_numerator(&self) -> u32
An unsigned integer which is the numerator of the TSC/”core crystal clock” ratio (Bits 31-0).