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

Method getAPM

bwapi/BWAPI/Source/BWAPI/GameImpl.cpp:836–839  ·  view source on GitHub ↗

---------------------------------------------------- GET APM ---------------------------------------------

Source from the content-addressed store, hash-verified

834 }
835 //---------------------------------------------------- GET APM ---------------------------------------------
836 int GameImpl::getAPM(bool includeSelects) const
837 {
838 return apmCounter.apm(includeSelects);
839 }
840 //---------------------------------------------------- SET MAP ---------------------------------------------
841 bool GameImpl::setMap(const char *mapFileName)
842 {

Callers 2

updateSharedMemoryMethod · 0.45
onFrameMethod · 0.45

Calls 1

apmMethod · 0.80

Tested by

no test coverage detected