summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest/t-test-time.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-26libtest: Place files into a Doxygen groupSebastian Huber1-2/+11
Canonicalize the file headers. Update #3707.
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2021-09-21libtest: Improve T_now_tick()Sebastian Huber1-0/+45
The T_now_tick() is a fall back time measurement using the CPU counter in case no Clock Driver is configured. Some CPU counter may overflow during the test execution. Accumulate the elapsed time to reduce the chance of CPU counter overflows.
2020-07-23libtest: Move <t.h> to <rtems/test.h>Sebastian Huber1-1/+1
Update #3199.
2019-12-20libtest: Use test configuration in T_now()Sebastian Huber1-5/+10
Use the user provided now handler of the test configuration to get the time in T_now().
2019-03-27Add RTEMS Test FrameworkSebastian Huber1-0/+233
Update #3199.