MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / average

Method average

source/game/StarGameTimers.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114float SlidingWindow::average() {
115 return currentAverage;
116}
117
118EpochTimer::EpochTimer() : m_elapsedTime(0.0) {}
119

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected