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

Method FlushFrames

IntelPresentMon/PresentMonMiddleware/Middleware.cpp:224–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 }
223
224 void Middleware::FlushFrames(uint32_t processId)
225 {
226 if (auto it = frameMetricsSources_.find(processId); it != frameMetricsSources_.end() && it->second) {
227 it->second->Flush();
228 }
229 }
230
231 PM_DYNAMIC_QUERY* Middleware::RegisterDynamicQuery(std::span<PM_QUERY_ELEMENT> queryElements,
232 double windowSizeMs, double metricOffsetMs)

Callers 1

Calls 2

endMethod · 0.45
FlushMethod · 0.45

Tested by

no test coverage detected