summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-22 15:20:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-22 15:20:12 -0600
commitd75e62056261d8f75ec5b1b4fb9fd61d4768c163 (patch)
tree09a09c84a6490999f87162b2973d64ce0f0941f8 /nuttx/ChangeLog
parentb28a177cf7e0fb330a25c67b81fd3027ce72171d (diff)
downloadnuttx-d75e62056261d8f75ec5b1b4fb9fd61d4768c163.tar.gz
nuttx-d75e62056261d8f75ec5b1b4fb9fd61d4768c163.tar.bz2
nuttx-d75e62056261d8f75ec5b1b4fb9fd61d4768c163.zip
Add logic to meaure and calculate the CPU load percentage. From David Alessio
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 911692bc5..990d0932d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6654,4 +6654,6 @@
where the apps/ directly will reside until configuration time (2014-2-21).
* arch/arm/src/sam34/chip/sam4e_pinmap.h: SAM4E pin multiplexing
definitions (2014-2-21).
-
+ * sched/sched_processtimer.c and fs/procfs/fs_procfscpuload.c: Add
+ logic to measure and calculate the CPU load percentage. From David
+ Alessio (2014-2-22).