MCPcopy Create free account
hub / github.com/bwapi/bwapi / updateStatistics

Method updateStatistics

bwapi/BWAPI/Source/GameUpdate.cpp:220–224  ·  view source on GitHub ↗

------------------------------------------------- STATS -------------------------------------------------

Source from the content-addressed store, hash-verified

218
219//------------------------------------------------- STATS -------------------------------------------------
220void GameImpl::updateStatistics()
221{
222 apmCounter.update(getFrameCount());
223 fpsCounter.update(getFrameCount());
224}
225
226//------------------------------------------------- OVERLAYS -------------------------------------------------
227void GameImpl::updateOverlays()

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected