Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ DynamicQuery
Method
DynamicQuery
IntelPresentMon/PresentMonAPIWrapper/DynamicQuery.cpp:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
DynamicQuery::DynamicQuery(DynamicQuery&& other) noexcept
17
{
18
*this = std::move(other);
19
}
20
21
DynamicQuery& DynamicQuery::operator=(DynamicQuery&& rhs) noexcept
22
{
Callers
nothing calls this directly
Calls
2
pmRegisterDynamicQuery
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected