Remove spot display processing timer

half-duplex
Phil Taylor 2022-10-29 00:20:27 +01:00
rodzic e49e00c3ad
commit 429aba7d68
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -7734,8 +7734,8 @@ void wfmain::on_clusterTimeoutLineEdit_editingFinished()
void wfmain::receiveSpots(QList<spotData> spots)
{
QElapsedTimer timer;
timer.start();
//QElapsedTimer timer;
//timer.start();
bool current = false;
@ -7812,7 +7812,7 @@ void wfmain::receiveSpots(QList<spotData> spots)
}
qDebug(logCluster()) << "Processing took" << timer.nsecsElapsed() / 1000 << "us";
//qDebug(logCluster()) << "Processing took" << timer.nsecsElapsed() / 1000 << "us";
}
void wfmain::on_clusterPopOutBtn_clicked()