| 209 | } |
| 210 | |
| 211 | void ProfilingToolsService::Dispose() |
| 212 | { |
| 213 | ProfilingTools::EventsCPU.Clear(); |
| 214 | ProfilingTools::EventsCPU.SetCapacity(0); |
| 215 | ProfilingTools::EventsGPU.SetCapacity(0); |
| 216 | ProfilingTools::EventsNetwork.SetCapacity(0); |
| 217 | } |
| 218 | |
| 219 | bool ProfilingTools::GetEnabled() |
| 220 | { |
nothing calls this directly
no test coverage detected