| 76 | } |
| 77 | |
| 78 | GpuTrace::~GpuTrace() |
| 79 | { |
| 80 | for (auto& pair : mContexts) { |
| 81 | auto context = pair.second; |
| 82 | if (context.mIsHwQueue) { |
| 83 | delete context.mNode; |
| 84 | } |
| 85 | } |
| 86 | } |
| 87 | |
| 88 | void GpuTrace::RegisterDevice(uint64_t hDevice, uint64_t pDxgAdapter) |
| 89 | { |
no outgoing calls
no test coverage detected