MCPcopy 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
CpuTelemetryThreadEntry_Function · 0.80
RunTickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected