zephyr/tests/benchmarks
Daniel Leung cf9b86b671 benchmarks: timing_info: re-word thread abort actions
() The thread created to be used for timing measurement does not
   need to run, so use K_FOREVER instead of K_MSEC().
() Thread cancel is actually using k_thread_abort() so re-word it
   correctly to indicate it is aborting a non-running thread.
() The other k_thread_abort() is used on _current so re-word
   the item.

Relates to #25458

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-07-30 10:44:41 -04:00
..
app_kernel tests: kernel benchmark: Avoid timeout in nrf52_bsim 2020-06-08 17:13:10 +02:00
boot_time zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
cmsis_dsp tests: benchmarks: filter for integration 2020-07-30 08:00:03 -04:00
latency_measure benchmarks: latency_measure: set number of CPU to 1 2020-07-01 10:13:33 +03:00
mbedtls tests: benchmarks: filter for integration 2020-07-30 08:00:03 -04:00
sched tests: benchmarks: sched: remove icount notes 2020-06-24 20:28:36 -04:00
sys_kernel benchmarks: sys_kernel: limits to 1 CPU 2020-07-09 11:29:07 +02:00
timing_info benchmarks: timing_info: re-word thread abort actions 2020-07-30 10:44:41 -04:00