MCPcopy Create free account
hub / github.com/MyGUI/mygui / getStatistic

Method getStatistic

Common/Base/PlatformBaseManager/SdlBaseManager.cpp:206–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204 }
205
206 MyGUI::MapString SdlBaseManager::getStatistic()
207 {
208 MyGUI::MapString statistics;
209 statistics["FPS"] = MyGUI::utility::toString(mFpsCounter);
210 mFpsCounter = 0;
211 return statistics;
212 }
213
214 void SdlBaseManager::createGui()
215 {

Callers

nothing calls this directly

Calls 1

toStringFunction · 0.85

Tested by

no test coverage detected