pub fn read_timestamp() -> u64Expand description
Architecture-specific timestamp counter.
Re-exports the centralized crate::arch::entropy::read_timestamp which
provides implementations for x86_64 (RDTSC), AArch64 (CNTVCT_EL0), and
RISC-V (rdcycle).