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

Function pmFlushFrames

IntelPresentMon/PresentMonAPI2/PresentMonAPI.cpp:285–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285PRESENTMON_API2_EXPORT PM_STATUS pmFlushFrames(PM_SESSION_HANDLE handle, uint32_t processId)
286{
287 try {
288 pmlog_dbg("pmFlushFrames").pmwatch(handle).pmwatch(processId);
289 LookupMiddleware_(handle).FlushFrames(processId);
290 return PM_STATUS_SUCCESS;
291 }
292 pmcatch_report_diag(true);
293}
294
295PRESENTMON_API2_EXPORT PM_STATUS pmRegisterDynamicQuery(PM_SESSION_HANDLE sessionHandle, PM_DYNAMIC_QUERY_HANDLE* pQueryHandle,
296 PM_QUERY_ELEMENT* pElements, uint64_t numElements, double windowSizeMs, double metricOffsetMs)

Callers 1

FlushFramesMethod · 0.50

Calls 1

FlushFramesMethod · 0.45

Tested by

no test coverage detected