MCPcopy Create free account
hub / github.com/XpuOS/xsched / GetAccumulatedNs

Method GetAccumulatedNs

utils/src/timing.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68int64_t Accumulator::GetAccumulatedNs()
69{
70 Stop();
71 return accumulated_ns_;
72}
73
74#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected