pub fn proc_count_now_us() -> ProcCountMicros
Expand description

Monotonically nondecreasing process tick count, backed by tokio::time::Instant as an i64 to facilitate reference times that may be less than the first call to this function. The returned value is on the scale of microseconds.