| 318 | // == CPUProfileBlock ============================================================================= |
| 319 | |
| 320 | CPUProfileBlock::CPUProfileBlock(const char* name) |
| 321 | { |
| 322 | idx = Profiler::GlobalProfiler.StartCPUProfile(name); |
| 323 | } |
| 324 | |
| 325 | CPUProfileBlock::~CPUProfileBlock() |
| 326 | { |
nothing calls this directly
no test coverage detected