ADD cpu logger

This commit is contained in:
2024-11-17 18:25:48 +01:00
parent 4c174ce444
commit c66c8a0963
4 changed files with 20 additions and 9 deletions

View File

@@ -27,6 +27,7 @@
// from advembsof
#include "display_device.hpp"
#include "task_logger.hpp"
#include "cpu_logger.hpp"
// from common
#include "sensor_device.hpp"
@@ -93,6 +94,9 @@ class BikeSystem {
// used for logging task info
advembsof::TaskLogger _taskLogger;
// cpu logger to measure cpu usage
advembsof::CPULogger _cpuLogger;
};
} // namespace static_scheduling