pub fn x86_64_processor_id() -> (u64, u32)
Expand description

Returns a tick counter and CPUID values based on Intel CPU’s RDTSCP instruction

This function is an aternative to Rust’s core functions:

  • core::arch::x86::_rdtscp()
  • core::arch::x86_64::_rdtscp()