Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ sampleEnter
Method
sampleEnter
src/hx/Telemetry.cpp:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
88
void StackUpdate(StackFrame *frame);
89
inline void sampleEnter(StackFrame *frame)
90
{
91
StackUpdate(frame);
92
}
93
inline void sampleExit()
94
{
95
StackUpdate(0);
Callers
1
tlmSampleEnter
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected