Mercurial > ecos-v2_0-branch
changeset 728:8797a30b9f2e
* cdl/cpuload.cdl: Add doc link.
| author | jlarmour |
|---|---|
| date | Mon, 24 Feb 2003 14:34:09 +0000 |
| parents | 634010f5240a |
| children | b7758b29bf9a |
| files | packages/services/cpuload/current/ChangeLog packages/services/cpuload/current/cdl/cpuload.cdl |
| diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/services/cpuload/current/ChangeLog +++ b/packages/services/cpuload/current/ChangeLog @@ -1,3 +1,11 @@ +2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> + + * cdl/cpuload.cdl: Add doc link. + +2003-02-20 Bart Veer <bartv@ecoscentric.com> + + * cdl/cpuload.cdl: identify test binaries, not test sources + 2002-08-15 Andrew Lunn <andrew.lunn@ascom.ch> * Created a new package with my CPU load measurement code which
--- a/packages/services/cpuload/current/cdl/cpuload.cdl +++ b/packages/services/cpuload/current/cdl/cpuload.cdl @@ -61,12 +61,13 @@ cdl_package CYGPKG_CPULOAD { and 10 second. All loads are returned as a percentage, ie 0-100. This is only a rough measure. Any clever power management, sleep modes etc, will cause these results to be wrong." + doc ref/services-cpuload.html cdl_option CYGPKG_CPULOAD_TESTS { display "CPU load measurement tests" flavor data no_define - calculated { "tests/cpuload.c" } + calculated { "tests/cpuload" } } }
