MCPcopy Create free account
hub / github.com/Sonic-DE/sonic-win / SoftwareVsyncMonitor

Method SoftwareVsyncMonitor

src/utils/softwarevsyncmonitor.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17SoftwareVsyncMonitor::SoftwareVsyncMonitor()
18{
19 connect(&m_softwareClock, &QTimer::timeout, this, &SoftwareVsyncMonitor::handleSyntheticVsync);
20 m_softwareClock.setSingleShot(true);
21}
22
23int SoftwareVsyncMonitor::refreshRate() const
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected