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

Function PollStatic

IntelPresentMon/PresentMonAPIWrapper/StaticQuery.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 StaticQueryResult PollStatic(const Session& session, const ProcessTracker& process,
28 PM_METRIC metric, uint32_t deviceId, uint32_t arrayIndex)
29 {
30 return StaticQueryResult::PollStatic_(session, process.GetPid(), metric, deviceId, arrayIndex);
31 }
32
33 StaticQueryResult PollStatic(const Session& session,
34 PM_METRIC metric, uint32_t deviceId, uint32_t arrayIndex)

Callers 5

TEST_METHODFunction · 0.85
RunDiagnosticDemoFunction · 0.85
WrapperStaticQuerySampleFunction · 0.85
RecordPollingMethod · 0.85

Calls 1

GetPidMethod · 0.45

Tested by 1

TEST_METHODFunction · 0.68