MCPcopy Create free account
hub / github.com/defold/defold / GetStats

Function GetStats

engine/engine/src/engine.cpp:2515–2518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2513 }
2514
2515 void GetStats(HEngine engine, Stats& stats)
2516 {
2517 stats = engine->m_Stats;
2518 }
2519}
2520
2521void dmEngineInitialize()

Callers 3

PostRunFrameCountFunction · 0.50
PostRunGetStatsFunction · 0.50
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 3

PostRunFrameCountFunction · 0.40
PostRunGetStatsFunction · 0.40
TEST_FFunction · 0.40