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

Function PostRunFrameCount

engine/engine/src/test/test_engine.cpp:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142static void PostRunFrameCount(dmEngine::HEngine engine, void* ctx)
143{
144 dmEngine::Stats stats;
145 dmEngine::GetStats(engine, stats);
146 *((uint32_t*) ctx) = stats.m_FrameCount;
147}
148
149static void PostRunGetStats(dmEngine::HEngine engine, void* stats)
150{

Callers

nothing calls this directly

Calls 1

GetStatsFunction · 0.50

Tested by

no test coverage detected