|
@@ -167,7 +167,7 @@ void MainWindow::onUpdateScreen(const QJsonObject &obj)
|
|
|
{
|
|
{
|
|
|
// QElapsedTimer timer;
|
|
// QElapsedTimer timer;
|
|
|
// timer.start(); // 开始计时
|
|
// timer.start(); // 开始计时
|
|
|
- LOG_INFO("update screen");
|
|
|
|
|
|
|
+ LOG_DEBUG("update screen");
|
|
|
|
|
|
|
|
ProjectManager &projectMgr = AppContext::instance().projectManager();
|
|
ProjectManager &projectMgr = AppContext::instance().projectManager();
|
|
|
// DataDict &dataDict = AppContext::instance().dataDict();
|
|
// DataDict &dataDict = AppContext::instance().dataDict();
|
|
@@ -229,8 +229,8 @@ void MainWindow::onUpdateScreen(const QJsonObject &obj)
|
|
|
|
|
|
|
|
qint64 startTime = obj["time_arrived"].toString().toLongLong();
|
|
qint64 startTime = obj["time_arrived"].toString().toLongLong();
|
|
|
qint64 endTime = Utils::currentNanoTimestamp();
|
|
qint64 endTime = Utils::currentNanoTimestamp();
|
|
|
- LOG_INFO("startTime: {}, endTime: {}", startTime, endTime);
|
|
|
|
|
- LOG_INFO("update screen duration: {}ns", endTime - startTime);
|
|
|
|
|
|
|
+ LOG_DEBUG("startTime: {}, endTime: {}", startTime, endTime);
|
|
|
|
|
+ LOG_DEBUG("update screen duration: {}ns", endTime - startTime);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
void MainWindow::onPageSwitdh(int state)
|
|
void MainWindow::onPageSwitdh(int state)
|