URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [c/] [src/] [tests/] [tmtests/] [README] - Rev 1782
Compare with Previous | Blame | View Log
## README,v 1.2 1995/05/31 17:13:49 joel Exp#This directory contains the RTEMS Timing Test Suite.The tests in this directory are used to measure the executiontime of RTEMS directive and some critical internal functions.The results of these test are reported in the Fact Sheetsand Supplental Manuals.These tests attempt to benchmark RTEMS as the user would. They measurethe execution time for a directive (under various circumstances)from the time RTEMS is entered until it is executed. Where possible,the time is the average of at least 100 invocations of the directive.The accuracy of the times reported by these benchmarks is very dependenton the resolution of the timer being used. It is also important toinsure that all sources of hardware interrupts are disabled duringexecution of the tests. This insures that the directive time reporteddoes not include any interrupt time.
