gem5 v23.0.0.1
|
#include <vector>
#include "base/compiler.hh"
#include "mem/qos/policy.hh"
#include "mem/request.hh"
Go to the source code of this file.
Classes | |
class | gem5::memory::qos::PropFairPolicy |
Proportional Fair QoS Policy Providing a configurable fair scheduling policy based on utilization; utilization is directly proportional to a score which is inversely proportional to the QoS priority Users can tune the policy by adjusting the weight parameter (weight of the formula) More... | |
Namespaces | |
namespace | gem5 |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
namespace | gem5::memory |
namespace | gem5::memory::qos |