Reset channel usage prediction when resuming MxTasking.

This commit is contained in:
Michael Mueller
2025-01-21 15:15:19 +01:00
parent d776f038b2
commit d632954bbf

View File

@@ -135,6 +135,7 @@ void Benchmark::requests_finished()
//Genode::log("Stopping timer"); //Genode::log("Stopping timer");
const auto result = this->_chronometer.stop(this->_workload.size()); const auto result = this->_chronometer.stop(this->_workload.size());
mx::tasking::runtime::stop(); mx::tasking::runtime::stop();
mx::tasking::runtime::reset_usage_predictions();
//_end = Genode::Trace::timestamp(); //_end = Genode::Trace::timestamp();