MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / AtPoll

Method AtPoll

IntelPresentMon/Core/source/kernel/Overlay.cpp:620–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618 return std::chrono::duration_cast<std::chrono::nanoseconds>(tickDuration_) * min;
619 }
620 bool Overlay::TaskScheduler::AtPoll() const
621 {
622 return remainings_[Poll_] == 0;
623 }
624 bool Overlay::TaskScheduler::AtRender() const
625 {
626 return remainings_[Render_] == 0;

Callers 1

RunTickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected