Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ profSample
Function
profSample
src/hx/Profiler.cpp:255–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
ctx->mProfiler = 0;
254
}
255
void profSample(Profiler *prof, StackContext *ctx)
256
{
257
prof->sample(ctx);
258
}
259
260
261
Callers
1
pushFrame
Method · 0.85
Calls
1
sample
Method · 0.80
Tested by
no test coverage detected