commit | 788210816d99775fc934ab4aac184499ea3b480c | [log] [tgz] |
---|---|---|
author | Marek Pieta <Marek.Pieta@nordicsemi.no> | Fri Nov 09 18:29:55 2018 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Nov 30 11:01:32 2018 -0800 |
tree | 6ae05884ba5f6ad1df4bce0bd2a80cbc7c8b2a94 | |
parent | 58b51dd0c543b770e1cef68103e6a815307a5e88 [diff] |
debug: tracing: Add CPU stats module Change adds CPU stats module for tracing hooks. Module provides information about percent of CPU usage based on tracing hooks for threads switching in and out, interrupts enters and exits. cpu_stats only distinguishes between idle thread, non idle thread and scheduler. Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>