ADD cpu logger
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user