commit | 4eb1dd02cc3b794038c93728384d1aa559059845 | [log] [tgz] |
---|---|---|
author | Peter Mitsis <peter.mitsis@intel.com> | Tue Dec 14 22:26:22 2021 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jan 10 10:38:06 2022 -0500 |
tree | 3a97819c1ae6ced7382e1eba65b93f02b2e7c92a | |
parent | 572f1db56a2ed4b12acd50a646e8940283795401 [diff] |
kernel: extend CPU runtime stats Extends the CPU usage runtime stats to track current, total, peak and average usage (as bounded by the scheduling of the idle thread). This permits a developer to obtain more system information if desired to tune the system. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>