| 94 | } |
| 95 | |
| 96 | void GpuTrace::UnregisterDevice(uint64_t hDevice) |
| 97 | { |
| 98 | // Sometimes there are duplicate stop events so it's ok if it's already removed |
| 99 | mDevices.erase(hDevice); |
| 100 | } |
| 101 | |
| 102 | void GpuTrace::RegisterContext(uint64_t hContext, uint64_t hDevice, uint32_t nodeOrdinal, uint32_t processId) |
| 103 | { |