MCPcopy Create free account
hub / github.com/dds-bridge/dds / ClearTiming

Method ClearTiming

library/src/system/scheduler.cpp:117–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115{ }
116
117void Scheduler::ClearTiming()
118{
119#ifdef DDS_SCHEDULER
120 timeStrain.Clear();
121 timeRepeat.Clear();
122 timeDepth.Clear();
123 timeStrength.Clear();
124 timeFanout.Clear();
125 timeThread.Clear();
126 timeGroupActualStrain.Clear();
127 timeGroupPredStrain.Clear();
128 timeGroupDiffStrain.Clear();
129#else
130 // Nothing to do if scheduler timing not compiled in; ensure hands[] times are untouched.
131#endif
132}
133
134
135void Scheduler::Reset()

Callers 1

real_mainFunction · 0.80

Calls 1

ClearMethod · 0.80

Tested by 1

real_mainFunction · 0.64