MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / profDetach

Function profDetach

src/hx/Profiler.cpp:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248{
249}
250void profDetach(Profiler *, StackContext *ctx)
251{
252 delete ctx->mProfiler;
253 ctx->mProfiler = 0;
254}
255void profSample(Profiler *prof, StackContext *ctx)
256{
257 prof->sample(ctx);

Callers 1

onThreadDetachMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected