?? readme
字號:
/* * POSIX.4 Timers test program * * Written by J. Vidal * Copyright (C) Dec, 2002 OCERA Consortium. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * published by the Free Software Foundation version 2. **/This directory contains 40 test programs, divided into threecategories. In order to run them, please place in the desired directory, type make test and press enter. This will automatically load the test programs and show you the results. Next a brief description of each testdirectory is given: -self_buid: Self build tests. There are five test in this directory: -accuracity.c : Measures timers resolution for both absolute and relative specs. -signals_bandwidth.c: Measures RTLinux POSIX.1 signals bandwidth. -test.c: Test timers real-time constraints. Schedules a set of tasks with timers + signals or with RTLinux API (pthread_make_periodic_np, pthread_wait_np). Also allows to prove timers with system clock on mode periodic and one shot. -timers.c: Two threads programing the same timer. -simple_test.c: Basic test for timers API. -posixtestsuite: Open POSIX test suite timers tests, slighly modified to run on RTLinux. This tests are divided into four directories. Each one corresponding with the functionality to test (timer_create,timer_delete, timer_settime, timer_gettime). -hrt_test: Linux high resolution timers project tests, slighly modified to run on RTLinux. Further information can be found in the README file placed in each directory.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -