Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ ~Overlay
Method
~Overlay
IntelPresentMon/Core/source/kernel/Overlay.cpp:148–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
Overlay::~Overlay()
149
{
150
if (pm) {
151
try { pm->StopTracking(); }
152
catch (...) {}
153
}
154
}
155
156
void Overlay::UpdateDataSets_()
157
{
Callers
nothing calls this directly
Calls
1
StopTracking
Method · 0.45
Tested by
no test coverage detected