Skyward boardcore
|
Classes | |
class | CpuMeterLauncher |
Functions | |
CpuMeterData | getCpuStats () |
void | resetCpuStats () |
Resets the cpu utilization statistics. | |
Variables | |
const int | period = 100 |
const int | gap = 100 |
const int | watchdogPeriod = 20 * period |
CpuMeterData Boardcore::CpuMeter::getCpuStats | ( | ) |
Definition at line 45 of file CpuMeter.cpp.
void Boardcore::CpuMeter::resetCpuStats | ( | ) |
Resets the cpu utilization statistics.
Definition at line 55 of file CpuMeter.cpp.
const int Boardcore::CpuMeter::gap = 100 |
Definition at line 38 of file CpuMeter.cpp.
const int Boardcore::CpuMeter::period = 100 |
Definition at line 37 of file CpuMeter.cpp.
const int Boardcore::CpuMeter::watchdogPeriod = 20 * period |
Definition at line 39 of file CpuMeter.cpp.