tests: thread_analyzer: disable QEMU icount

This disables QEMU icount for all the simulated platforms
in the allowed list. With icount enabled, the printout from
the thread analyzer would be continuous and non-stop instead
of the default once every 60 seconds. Besides, the console
harness only needs one, and these is no need to waste CPU
cycles and memory for processing the extra ones.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2024-08-19 12:45:48 -07:00 committed by Anas Nashif
commit 96bb97a54f

View file

@ -11,6 +11,8 @@ common:
- qemu_x86_64
- qemu_riscv32
- qemu_riscv64
extra_configs:
- CONFIG_QEMU_ICOUNT=n
tags:
- debug
- thread_analyzer