Scheduler
|
#include <conservativeGovernor.h>
Public Member Functions | |
ConservativeGovernor () | |
~ConservativeGovernor () | |
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 = "conservativeGovernor" |
Definition at line 21 of file conservativeGovernor.h.
ConservativeGovernor::ConservativeGovernor | ( | ) |
Definition at line 22 of file conservativeGovernor.cpp.
|
inline |
Definition at line 27 of file conservativeGovernor.h.
|
virtual |
Implements Scheduler::FreqGovernor.
Definition at line 42 of file conservativeGovernor.cpp.
|
virtual |
Implements Scheduler::FreqGovernor.
Definition at line 47 of file conservativeGovernor.cpp.
Implements Scheduler::FreqGovernor.
Definition at line 27 of file conservativeGovernor.cpp.
|
static |
Definition at line 24 of file conservativeGovernor.h.