vmm_sys_util::rand

Function timestamp_cycles

Source
pub fn timestamp_cycles() -> u64
Expand description

Gets an ever increasing u64 (at least for this process).

The number retrieved will be based upon the time of the last reboot (x86_64) and something undefined for other architectures.