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

Method Reset

utils/src/timing.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void Accumulator::Reset()
63{
64 accumulated_ns_ = 0;
65 started_ = false;
66}
67
68int64_t Accumulator::GetAccumulatedNs()
69{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected