mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-29 13:19:02 +08:00
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.