Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
pmRegisterFrameQuery
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected