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

Function SetSampleTreeCallback

engine/profiler/src/basic/profiler_basic.cpp:416–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414namespace dmProfiler
415{
416 void SetSampleTreeCallback(void* ctx, FSampleTreeCallback callback)
417 {
418 // NOTE: Called _before_ initialization
419 g_SampleTreeCallback = callback;
420 g_SampleTreeCallbackCtx = ctx;
421 }
422
423 void SetPropertyTreeCallback(void* ctx, FPropertyTreeCallback callback)
424 {

Callers 1

SetEnabledFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected