summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/test-info.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-17 14:49:42 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-23 09:27:47 +0200
commitaf9266541fda63cb02cf54154d54e6b5504cef74 (patch)
tree3d96c10d55c6a36494ce58ca52cae99a546ec33b /cpukit/include/rtems/test-info.h
parentlibtest: Add T_busy() (diff)
downloadrtems-af9266541fda63cb02cf54154d54e6b5504cef74.tar.bz2
libtest: Add T_get_one_clock_tick_busy()
Update #3199.
Diffstat (limited to 'cpukit/include/rtems/test-info.h')
-rw-r--r--cpukit/include/rtems/test-info.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpukit/include/rtems/test-info.h b/cpukit/include/rtems/test-info.h
index 5f73e92055..42f5235af8 100644
--- a/cpukit/include/rtems/test-info.h
+++ b/cpukit/include/rtems/test-info.h
@@ -304,12 +304,6 @@ void rtems_test_parallel(
*/
void rtems_test_busy_cpu_usage(time_t seconds, long nanoseconds);
-/**
- * @brief Returns a count value for T_busy() which yields roughly a
- * duration of one clock tick.
- */
-uint_fast32_t rtems_test_get_one_tick_busy_count(void);
-
/** @} */
#ifdef __cplusplus