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

Method Differentiate

library/src/system/timer_group.cpp:85–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84
85void TimerGroup::Differentiate()
86{
87 for (unsigned r = 0; r < timers.size()-1; r++)
88 {
89 size_t i = timers.size() - 1 - r;
90 timers[i] -= timers[i-1];
91 }
92}
93
94
95void TimerGroup::Sum(Timer& sum) const

Callers 1

PrintStatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected