summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm26/tm26.doc
blob: 8b97adec258904eae0e9e38b5b25b4d77a08149b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#  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