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

Method getFps

bwapi/BWAPICore/FPSCounter.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35int FPSCounter::getFps() const
36{
37 return static_cast<int>(std::round(fps));
38}
39
40double FPSCounter::getAverageFps() const
41{

Callers 2

getFPSMethod · 0.80
TEST_CLASSFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_CLASSFunction · 0.64