MCPcopy Create free account
hub / github.com/aws/clock-bound / system_clock

Method system_clock

clock-bound/src/daemon/event/phc.rs:70–72  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

68 /// system time getter
69 #[cfg(not(test))]
70 pub fn system_clock(&self) -> Option<&super::SystemClockMeasurement> {
71 self.system_clock.as_ref()
72 }
73
74 /// Calculate a period by using 2 PHC events using tsc midpoints
75 ///

Callers 2

feedMethod · 0.45
sample_packetFunction · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected