Searched defs:elapsed (Results 1 – 6 of 6) sorted by relevance
36 pub fn elapsed(&self) -> Instant { in elapsed() method63 pub fn elapsed(&self) -> Instant { in elapsed() method
28 let elapsed = since_startup(); in setup_logging_with_clock() localVariable
54 let elapsed = (end - start).total_millis() as f64 / 1000.0; in client() localVariable
118 let elapsed = (end - start).total_millis() as f64 / 1000.0; in client() localVariable
34 pub fn elapsed(&self) -> Instant { in elapsed() method
109 let elapsed = other.elapsed(); in from() localVariable