forked from Imagelibrary/rtems
28 lines
679 B
Plaintext
28 lines
679 B
Plaintext
# COPYRIGHT (c) 1989-2014.
|
|
# On-Line Applications Research Corporation (OAR).
|
|
# Cynthia Rempel <cynthia@rtems.org>
|
|
# The license and distribution terms for this file may be
|
|
# found in the file LICENSE in this distribution or at
|
|
# http://www.rtems.org/license/LICENSE.
|
|
#
|
|
|
|
This test benchmarks the following operations:
|
|
|
|
+ _ISR_Disable
|
|
+ _ISR_Flash
|
|
+ _ISR_Enable
|
|
+ _Thread_Disable_dispatch
|
|
+ _Thread_Enable_dispatch
|
|
+ _Thread_Set_state
|
|
+ _Thread_Dispatch
|
|
+ _Thread_Resume
|
|
+ _Thread_Unblock
|
|
+ _Thread_Ready
|
|
+ _Thread_Get
|
|
+ _Semaphore_Get
|
|
|
|
For more information
|
|
1. tmtests/include/timesys.h
|
|
2. tmtests/README
|
|
|
|
TODO: break into multiple tests, if feasible |