source: rtems/testsuites/psxtmtests/README @ bc06753

5
Last change on this file since bc06753 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: 1.3 KB
Line 
1This directory contains the RTEMS POSIX 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
22The file psxtmtests_plan.csv contains the development plan for this
23test suite.  It is a PLAN which indicates which tests are to contain
24which test cases, the test name, and which template in
25rtems-testing/rtems-test-templates are to be used for their construction. 
26This is just a plan.  There may need to be more test cases for a
27particular service to effectively measure all interesting non-error
28use cases.
Note: See TracBrowser for help on using the repository browser.