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

Function pmOpenSession

IntelPresentMon/PresentMonAPI2/PresentMonAPI.cpp:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177
178// public endpoints
179PRESENTMON_API2_EXPORT PM_STATUS pmOpenSession(PM_SESSION_HANDLE* pHandle)
180{
181 pmlog_dbg("pmOpenSession");
182 return pmOpenSessionWithPipe(pHandle, nullptr);
183}
184
185PRESENTMON_API2_EXPORT PM_STATUS pmCloseSession(PM_SESSION_HANDLE handle)
186{

Callers 1

SessionMethod · 0.50

Calls 1

pmOpenSessionWithPipeFunction · 0.85

Tested by

no test coverage detected