| 63 | } |
| 64 | |
| 65 | void Profiler::Shutdown() |
| 66 | { |
| 67 | DX12::DeferredRelease(queryHeap); |
| 68 | readbackBuffer.Shutdown(); |
| 69 | profiles.Shutdown(); |
| 70 | cpuProfiles.Shutdown(); |
| 71 | numProfiles = 0; |
| 72 | } |
| 73 | |
| 74 | uint64 Profiler::StartProfile(ID3D12GraphicsCommandList* cmdList, const char* name) |
| 75 | { |
nothing calls this directly
no test coverage detected