From 793dd46d64ec6e0fac46395cdf53cf053366b93e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 18 Jul 2007 21:31:49 +0000 Subject: 2007-07-18 Joel Sherrill * libmisc/Makefile.am, libmisc/cpuuse/cpuusagereport.c, libmisc/cpuuse/cpuusagereset.c: Fix bug where cpu usage calculation was always using uptime not time since last cpu usage reset when using nanoseconds granularity. * libmisc/cpuuse/cpuusagedata.c: New file. --- cpukit/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 7164bfd3dd..2edb068fdc 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,11 @@ +2007-07-18 Joel Sherrill + + * libmisc/Makefile.am, libmisc/cpuuse/cpuusagereport.c, + libmisc/cpuuse/cpuusagereset.c: Fix bug where cpu usage calculation + was always using uptime not time since last cpu usage reset when + using nanoseconds granularity. + * libmisc/cpuuse/cpuusagedata.c: New file. + 2007-07-13 Joel Sherrill * libcsupport/src/mount.c: Allow null for output parameter. -- cgit v1.2.3