| 28 | } |
| 29 | |
| 30 | PresentMon::~PresentMon() |
| 31 | { |
| 32 | pSession_->CheckTraceSessions(true); |
| 33 | pmlog_dbg("PresentMon object destructor finishing"); |
| 34 | } |
| 35 | |
| 36 | PM_STATUS PresentMon::UpdateTracking(const std::unordered_set<uint32_t>& trackedPids) |
| 37 | { |
nothing calls this directly
no test coverage detected