MCPcopy 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}
255void profSample(Profiler *prof, StackContext *ctx)
256{
257 prof->sample(ctx);
258}
259
260
261

Callers 1

pushFrameMethod · 0.85

Calls 1

sampleMethod · 0.80

Tested by

no test coverage detected