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

@@ -22,3 +22,7 @@ Test sensor libraries :
```terminal
mbed test -m DISCO_H747I -t GCC_ARM -n advdembsof_library-tests-sensors-hdc1000 --compile --run
```
# Some questions
## If you print CPU statistics at the end of every major cycle (in the super-loop), what CPU usage do you observe? How can you explain the observed CPU uptime?
We observe a 100% usage because on each CPU cycle it compare if time is done.