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

Method FrameQuery

IntelPresentMon/PresentMonAPIWrapper/FrameQuery.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 }
16
17 FrameQuery::FrameQuery(FrameQuery&& other) noexcept
18 {
19 *this = std::move(other);
20 }
21
22 FrameQuery& FrameQuery::operator=(FrameQuery&& rhs) noexcept
23 {

Callers

nothing calls this directly

Calls 2

pmRegisterFrameQueryFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected