gem5 v24.0.0.0
|
#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 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::memory |
namespace | gem5::memory::qos |