We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec13658 + ef80b32 commit 2b8545cCopy full SHA for 2b8545c
lib/base/src/steady_clock.rs
@@ -17,6 +17,6 @@ impl SteadyClock {
17
18
/// Returns the duration since this steady clock was started.
19
pub fn now(&self) -> Duration {
20
- Duration::from_nanos((self.start_time.elapsed().as_nanos() / 4) as u64)
+ self.start_time.elapsed()
21
}
22
0 commit comments