mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 19:16:16 +08:00
Measure the runtime of 1000 no-operation instructions. This may help to investigate runtime measurement variations which do not result from code generation or source code changes. The runtime measurement of a function which does nothing and just returns gives an estimate of the measurement overhead. Update #3716.