[traff_assessment_tool] Show decoding time

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-10-24 21:44:38 +03:00
parent 3c9eeb9a75
commit 0dc62c47dd
6 changed files with 126 additions and 1 deletions

View File

@@ -341,6 +341,7 @@ void MainWindow::CreateTrafficPanel()
m_dockWidget->setMinimumWidth(400);
}
m_trafficPanel->SetStatus(true);
m_trafficPanel->GetTimer().Resume();
m_dockWidget->show();
}
@@ -423,6 +424,7 @@ void MainWindow::OnPurgeExpiredMessages()
void MainWindow::OnClearCache()
{
m_trafficPanel->GetTimer().Reset();
m_framework.GetTrafficManager().Clear();
}