# HG changeset patch # User jlarmour # Date 1046097249 0 # Node ID 8797a30b9f2e7cd327c610beeba3fe2e6fd1def4 # Parent 634010f5240ac2e18c9f0a706516471158354f35 * cdl/cpuload.cdl: Add doc link. diff --git a/packages/services/cpuload/current/ChangeLog b/packages/services/cpuload/current/ChangeLog --- a/packages/services/cpuload/current/ChangeLog +++ b/packages/services/cpuload/current/ChangeLog @@ -1,3 +1,11 @@ +2003-02-24 Jonathan Larmour + + * cdl/cpuload.cdl: Add doc link. + +2003-02-20 Bart Veer + + * cdl/cpuload.cdl: identify test binaries, not test sources + 2002-08-15 Andrew Lunn * Created a new package with my CPU load measurement code which diff --git a/packages/services/cpuload/current/cdl/cpuload.cdl b/packages/services/cpuload/current/cdl/cpuload.cdl --- 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" } } }