MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / pmCloseSession

Function pmCloseSession

IntelPresentMon/PresentMonAPI2/PresentMonAPI.cpp:185–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185PRESENTMON_API2_EXPORT PM_STATUS pmCloseSession(PM_SESSION_HANDLE handle)
186{
187 try {
188 pmlog_dbg("pmCloseSession").pmwatch(handle);
189 DestroyMiddleware_(handle);
190 return PM_STATUS_SUCCESS;
191 }
192 pmcatch_report_diag(true);
193}
194
195PRESENTMON_API2_EXPORT PM_STATUS pmStartTrackingProcess(PM_SESSION_HANDLE handle, uint32_t processId)
196{

Callers 1

ResetMethod · 0.50

Calls 1

DestroyMiddleware_Function · 0.85

Tested by

no test coverage detected