source: rtems/testsuites/tmtests/README @ 115e059

4.115
Last change on this file since 115e059 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

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.

  • Property mode set to 100644
File size: 949 bytes
Line 
1This directory contains the RTEMS Classic API Timing Test Suite.
2The tests in this directory are used to measure the execution
3time of RTEMS directive and some critical internal functions.
4The results of these test are useful for comparison of RTEMS
5performance
6
7+ between versions of RTEMS
8+ between different boards
9+ across different architectures
10
11These tests attempt to benchmark RTEMS as the user would.  They measure
12the execution time for a directive (under various circumstances)
13from the time RTEMS is entered until it is executed.  Where possible,
14the time is the average of at least 100 invocations of the directive.
15
16The accuracy of the times reported by these benchmarks is very dependent
17on the resolution of the timer being used.  It is also important to
18insure that all sources of hardware interrupts are disabled during
19execution of the tests.  This insures that the directive time reported
20does not include any interrupt time.
21
Note: See TracBrowser for help on using the repository browser.