mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Reset channel usage prediction when resuming MxTasking.
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user