mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +00:00
[traff_assessment_tool] Show decoding time
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user