mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 22:53:43 +00:00
[traff_assessment_tool] Show decoding time
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -75,8 +75,9 @@ void TrafficPanel::SetStatus(bool inProgress, std::optional<size_t> messageCount
|
||||
}
|
||||
else
|
||||
{
|
||||
GetTimer().Pause();
|
||||
if (messageCount)
|
||||
m_status->setText(QString("Messages: %1").arg(messageCount.value()));
|
||||
m_status->setText(QString("Messages: %1\tDecoded in %2 s").arg(messageCount.value()).arg(GetTimer().ElapsedSeconds()));
|
||||
m_progressBar->hide();
|
||||
m_status->show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user