Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ __hxcpp_stop_profiler
Function
__hxcpp_stop_profiler
src/hx/Profiler.cpp:274–280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
273
274
void __hxcpp_stop_profiler()
275
{
276
hx::StackContext *stack = hx::StackContext::getCurrent();
277
stack->mProfiler->DumpStats();
278
delete stack->mProfiler;
279
stack->mProfiler = 0;
280
}
281
282
283
Callers
nothing calls this directly
Calls
1
DumpStats
Method · 0.80
Tested by
no test coverage detected