MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Dispose

Method Dispose

Source/Engine/Profiler/ProfilingTools.cpp:211–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void ProfilingToolsService::Dispose()
212{
213 ProfilingTools::EventsCPU.Clear();
214 ProfilingTools::EventsCPU.SetCapacity(0);
215 ProfilingTools::EventsGPU.SetCapacity(0);
216 ProfilingTools::EventsNetwork.SetCapacity(0);
217}
218
219bool ProfilingTools::GetEnabled()
220{

Callers

nothing calls this directly

Calls 2

ClearMethod · 0.45
SetCapacityMethod · 0.45

Tested by

no test coverage detected