Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ SetInterval
Method
SetInterval
IntelPresentMon/CommonUtilities/IntervalWaiter.cpp:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
{}
18
19
void IntervalWaiter::SetInterval(double intervalSeconds)
20
{
21
intervalSeconds_ = intervalSeconds;
22
}
23
24
void IntervalWaiter::SetInterval(std::chrono::nanoseconds interval)
25
{
Callers
4
EventFlushThreadEntry_
Function · 0.80
PowerTelemetryThreadEntry_
Function · 0.80
CpuTelemetryThreadEntry_
Function · 0.80
RunTick
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected