CONFIG_ZTRESS_REPORT_PROGRESS_MS

Progress report interval (in milliseconds)

Type: int

Help

Use 0 to disable.

Direct dependencies

ZTRESS

(Includes any dependencies from ifs and menus.)

Default

  • 1000

Kconfig definition

At <Zephyr>/subsys/testsuite/ztest/Kconfig:110

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:61<Zephyr>/subsys/testsuite/Kconfig:6

Menu path: (Top) → Sub Systems and OS Services → Testing → Stress test framework

config ZTRESS_REPORT_PROGRESS_MS
    int "Progress report interval (in milliseconds)"
    default 1000
    depends on ZTRESS
    help
      Use 0 to disable.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)