| 53 | , Format {Format} {} |
| 54 | |
| 55 | ProfilerBlock::~ProfilerBlock() { |
| 56 | auto Duration = GetTime() - DurationBegin; |
| 57 | TraceObject(Format, Duration); |
| 58 | } |
| 59 | } // namespace FEXCore::Profiler |
| 60 | |
| 61 | namespace GPUVis { |
nothing calls this directly
no test coverage detected