Commit 96bb97a5 authored by Daniel Leung's avatar Daniel Leung Committed by Anas Nashif
Browse files

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: default avatarDaniel Leung <daniel.leung@intel.com>
parent 0962114f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@ common:
    - qemu_x86_64
    - qemu_riscv32
    - qemu_riscv64
  extra_configs:
    - CONFIG_QEMU_ICOUNT=n
  tags:
    - debug
    - thread_analyzer