Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ profDestroy
Function
profDestroy
src/hx/Profiler.cpp:243–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
/* static */ int Profiler::gProfileClock;
242
243
void profDestroy(Profiler * prof)
244
{
245
delete prof;
246
}
247
void profAttach(Profiler *prof, StackContext *ctx)
248
{
249
}
Callers
1
~StackContext
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected