Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
368
void tlmSampleEnter(Telemetry *inTelemetry, StackFrame *inFrame)
369
{
370
inTelemetry->sampleEnter(inFrame);
371
}
372
373
void tlmSampleExit(Telemetry *inTelemetry)
374
{
Callers
1
pushFrame
Method · 0.85
Calls
1
sampleEnter
Method · 0.80
Tested by
no test coverage detected