Skyward boardcore
|
#include "CpuMeter.h"
#include <diagnostic/SkywardStack.h>
#include <diagnostic/StackLogger.h>
#include <drivers/timer/TimestampTimer.h>
Go to the source code of this file.
Classes | |
class | Boardcore::CpuMeter::CpuMeterLauncher |
Namespaces | |
namespace | Boardcore |
This file includes all the types the logdecoder script will decode. | |
namespace | Boardcore::CpuMeter |
Functions | |
CpuMeterData | Boardcore::CpuMeter::getCpuStats () |
void | Boardcore::CpuMeter::resetCpuStats () |
Resets the cpu utilization statistics. | |
Variables | |
const int | Boardcore::CpuMeter::period = 100 |
const int | Boardcore::CpuMeter::gap = 100 |
const int | Boardcore::CpuMeter::watchdogPeriod = 20 * period |