Changes between Version 2 and Version 3 of Developer/Projects/Open/CPU_Statistics


Ignore:
Timestamp:
05/15/13 21:28:36 (11 years ago)
Author:
Gedare
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Projects/Open/CPU_Statistics

    v2 v3  
    1616'''Goal:''' To improve usability and availability of CPU Usage Statistics. Specific improvements include:
    1717 *  Rewrite statistics to store a structure that is passed to user-provided functions that can use the statistics structure.
     18 *  Provide a set of [http://rtems.org/onlinedocs/doc-current/share/rtems/html/c_user/User-Extensions-Manager.html user extensions] for application statistics gathering.
    1819 *  Provide per-thread statistics like the [http://rtems.org/onlinedocs/doc-current/share/rtems/html/c_user/Rate-Monotonic-Manager-RATE_005fMONOTONIC_005fGET_005fSTATISTICS-_002d-Obtain-statistics-from-a-period.html Rate Monotonic Statistics].
    19  *  Provide a set of user extensions that can hook to statistics gathering.
    2020
    2121'''Requirements:'''