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

Method tsc_post

clock-bound/src/daemon/clock_sync_algorithm/ff/event_buffer.rs:21–23  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

19
20 impl TscRtt for TestEvent {
21 fn tsc_post(&self) -> TscCount {
22 TscCount::new(self.tsc_post as i128)
23 }
24
25 fn tsc_pre(&self) -> TscCount {
26 TscCount::new(self.tsc_pre as i128)

Calls 1

newFunction · 0.50