Home
last modified time | relevance | path

Searched refs:timestamp_micros (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/env_logger/src/fmt/humantime/
Dextern_impl.rs61 pub fn timestamp_micros(&self) -> Timestamp { in timestamp_micros() method
/third_party/rust/crates/env_logger/src/fmt/
Dmod.rs292 Some(Micros) => self.buf.timestamp_micros(), in write_timestamp()