Home
last modified time | relevance | path

Searched refs:m_lastBusyProgressEmittedTimer (Results 1 – 2 of 2) sorted by relevance

/dports/audio/mixxx/mixxx-2.3.0/src/analyzer/
H A Danalyzerthread.cpp123 m_lastBusyProgressEmittedTimer.start(); in doRun()
336 (m_lastBusyProgressEmittedTimer.elapsed() < kBusyProgressInhibitDuration)) { in emitBusyProgress()
343 m_lastBusyProgressEmittedTimer.restart(); in emitBusyProgress()
H A Danalyzerthread.h125 PerformanceTimer m_lastBusyProgressEmittedTimer; variable