1 2 3 4 5 6
pub fn initialize() {} #[inline(always)] pub fn read_raw_counter() -> u64 { unsafe { core::arch::x86_64::_rdtsc() } }