Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
250
void profDetach(Profiler *, StackContext *ctx)
251
{
252
delete ctx->mProfiler;
253
ctx->mProfiler = 0;
254
}
255
void profSample(Profiler *prof, StackContext *ctx)
256
{
257
prof->sample(ctx);
Callers
1
onThreadDetach
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected