Scheduler
|
#include <minGovernor.h>
Public Member Functions | |
MinGovernor () | |
~MinGovernor () | |
void | updateFreq (Processor *proc, Queue *readyQueue) |
bool | freqChangeEvent (TriggeringEvent trigger) |
std::string | getName () |
![]() | |
virtual | ~FreqGovernor () |
virtual void | printReport (std::string) |
Static Public Attributes | |
static constexpr const char * | configKey = "minGovernor" |
Definition at line 19 of file minGovernor.h.
MinGovernor::MinGovernor | ( | ) |
Definition at line 17 of file minGovernor.cpp.
|
inline |
Definition at line 25 of file minGovernor.h.
|
virtual |
Implements Scheduler::FreqGovernor.
Definition at line 26 of file minGovernor.cpp.
|
virtual |
Implements Scheduler::FreqGovernor.
Definition at line 31 of file minGovernor.cpp.
Implements Scheduler::FreqGovernor.
Definition at line 21 of file minGovernor.cpp.
|
static |
Definition at line 22 of file minGovernor.h.