pub fn read_hw_timestamp() -> u64Expand description
Read the hardware timestamp counter directly.
Unlike get_ticks, which returns a software-maintained counter
incremented on each timer interrupt, this reads the raw hardware
cycle/time counter for high-resolution timing.