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

Function tlmSampleEnter

src/hx/Telemetry.cpp:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368void tlmSampleEnter(Telemetry *inTelemetry, StackFrame *inFrame)
369{
370 inTelemetry->sampleEnter(inFrame);
371}
372
373void tlmSampleExit(Telemetry *inTelemetry)
374{

Callers 1

pushFrameMethod · 0.85

Calls 1

sampleEnterMethod · 0.80

Tested by

no test coverage detected