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:
parent
0962114f2b
commit
96bb97a54f
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ common:
|
|||
- qemu_x86_64
|
||||
- qemu_riscv32
|
||||
- qemu_riscv64
|
||||
extra_configs:
|
||||
- CONFIG_QEMU_ICOUNT=n
|
||||
tags:
|
||||
- debug
|
||||
- thread_analyzer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue