MCPcopy Index your code
hub / github.com/AI45Lab/Code / elapsed_ms

Method elapsed_ms

core/src/telemetry.rs:106–108  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

104 }
105
106 pub fn elapsed_ms(&self) -> u64 {
107 self.start.elapsed().as_millis() as u64
108 }
109}
110
111impl Drop for TimedSpan {

Callers 1

dropMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected