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

Function FrameEnd

engine/profiler/src/js/profiler_js.cpp:225–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225static ProfileResult FrameEnd(void*)
226{
227 CHECK_INITIALIZED_RETVAL(PROFILE_RESULT_NOT_INITIALIZED);
228 DM_MUTEX_SCOPED_LOCK(g_Lock);
229
230 dmProfileJSEndFrame(GetThreadId());
231 return PROFILE_RESULT_OK;
232}
233
234static ProfileResult ScopeBegin(void*, const char* name, uint64_t name_hash)
235{

Callers

nothing calls this directly

Calls 1

GetThreadIdFunction · 0.70

Tested by

no test coverage detected