| 311 | } |
| 312 | |
| 313 | ProfileBlock::~ProfileBlock() |
| 314 | { |
| 315 | Profiler::GlobalProfiler.EndProfile(cmdList, idx); |
| 316 | } |
| 317 | |
| 318 | // == CPUProfileBlock ============================================================================= |
| 319 |
nothing calls this directly
no test coverage detected