Function rdtsc

Source
pub fn rdtsc() -> u64
Expand description

Reads the processor’s timestamp counter. If the "lfence" feature is enabled, includes lfence instructions before and after.