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

Method Poll

IntelPresentMon/Core/source/pmon/DynamicQuery.cpp:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 void DynamicQuery::Poll(const pmapi::ProcessTracker& tracker)
29 {
30 if (query) {
31 query.Poll(tracker, blobs);
32 }
33 else {
34 pmlog_warn("Polling empty dynamic query");
35 }
36 }
37
38 const uint8_t* DynamicQuery::GetBlobData() const
39 {

Callers 6

AddGpuMetricFunction · 0.45
DynamicQuerySampleFunction · 0.45
RunPlaybackDynamicQueryFunction · 0.45
RunPlaybackDynamicQueryNFunction · 0.45
PopulateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected