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

Method FlushFrames

IntelPresentMon/PresentMonAPIWrapper/ProcessTracker.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 void ProcessTracker::FlushFrames()
38 {
39 assert(!Empty());
40 if (auto sta = pmFlushFrames(hSession_, pid_); sta != PM_STATUS_SUCCESS) {
41 throw ApiErrorException{ sta, "flush frames call failed" };
42 }
43 }
44
45 void ProcessTracker::Reset() noexcept
46 {

Callers 1

pmFlushFramesFunction · 0.45

Calls 1

pmFlushFramesFunction · 0.50

Tested by

no test coverage detected