forked from Imagelibrary/rtems
17 lines
455 B
Plaintext
17 lines
455 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:
|
|
|
|
+ rtems_signal
|
|
+ rtems_signal_catch
|
|
+ rtems_signal_send
|
|
|
|
For more information
|
|
1. tmtests/include/timesys.h
|
|
2. tmtests/README |