| 197 | } |
| 198 | |
| 199 | ProfileBlock::~ProfileBlock() |
| 200 | { |
| 201 | Profiler::GlobalProfiler.EndProfile(name); |
| 202 | } |
| 203 | |
| 204 | // == CPUProfileBlock ============================================================================= |
| 205 |
nothing calls this directly
no test coverage detected