forked from Imagelibrary/rtems
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
18 lines
577 B
Plaintext
18 lines
577 B
Plaintext
This directory contains code to report and reset per-task CPU usage.
|
|
If the BSP supports nanosecond timestamp granularity, this this information
|
|
is very accurate. Otherwise, it is dependendent on the tick granularity.
|
|
|
|
It provides two primary features:
|
|
|
|
+ Generate a CPU Usage Report
|
|
+ Reset CPU Usage Information
|
|
|
|
NOTES:
|
|
|
|
1. If configured for tick granularity, CPU usage is "docked" by a
|
|
clock tick at each context switch.
|
|
2. If configured for nanosecond granularity, no work is done at each
|
|
clock tick. All bookkeeping is done as part of a context switch.
|
|
|
|
|