MCPcopy 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
243void profDestroy(Profiler * prof)
244{
245 delete prof;
246}
247void profAttach(Profiler *prof, StackContext *ctx)
248{
249}

Callers 1

~StackContextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected