pub fn proc_count_us_elapsed(pc: ProcCountMicros) -> Duration
Expand description

Get the elapsed process count duration from a captured ProcCount to now. If the duration would be negative, this fn returns a zero Duration.