| 363 | // == CPUProfileBlock ============================================================================= |
| 364 | |
| 365 | CPUProfileBlock::CPUProfileBlock(const char* name) |
| 366 | { |
| 367 | idx = Profiler::GlobalProfiler.StartCPUProfile(name); |
| 368 | } |
| 369 | |
| 370 | CPUProfileBlock::~CPUProfileBlock() |
| 371 | { |
nothing calls this directly
no test coverage detected