Home
last modified time | relevance | path

Searched refs:stress (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/tests/subsys/sip_svc/
DKconfig1 # Private config options for sip svc stress test app
6 mainmenu "Intel Agilex SiP SVC stress test"
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/
DKconfig5 int "Number of loops in the stress test"
11 For how many loops will the stress test run. The higher this number the longer the
/Zephyr-latest/tests/lib/newlib/thread_safety/
DCMakeLists.txt15 app PRIVATE src/stress.c
/Zephyr-latest/samples/modules/lvgl/demos/
DKconfig24 bool "LVGL stress demo"
27 Build stress testing demo application.
DREADME.rst17 …A stress test for LVGL. It contains a lot of object creation, deletion, animations, styles usage, …
DCMakeLists.txt79 ${LVGL_DIR}/demos/stress/lv_demo_stress.c
/Zephyr-latest/samples/net/sockets/packet/
DKconfig14 will stress test the network stack.
/Zephyr-latest/samples/basic/hash_map/
DREADME.rst36 To stress the Hashmap implementation, adjust ``CONFIG_TEST_LIB_HASH_MAP_MAX_ENTRIES``.
/Zephyr-latest/tests/benchmarks/sched_queues/
DKconfig21 stress on the ready queue and better highlight the performance
/Zephyr-latest/tests/benchmarks/wait_queues/
DKconfig21 stress on the wait queues and better highlight the performance
/Zephyr-latest/tests/subsys/sd/mmc/
DREADME.txt5 and run stress tests to verify large data transfers succeed using the
/Zephyr-latest/tests/subsys/sd/sdmmc/
DREADME.txt5 and run stress tests to verify large data transfers succeed using the
/Zephyr-latest/drivers/ieee802154/
DKconfig.nrf589 a lot of log records in a stress environment.
/Zephyr-latest/doc/releases/
Drelease-notes-1.9.rst204 * Added test Case to stress test round robin scheduling in schedule_api test.
205 * Added test case to stress test priority scheduling in scheduling_api_test.
307 * ``ZEP-2370`` - [test] Create a stress test to test preemptive scheduling on zephyr
308 * ``ZEP-2371`` - [test] Create a stress test to test round robin scheduling with equal priority tas…
Drelease-notes-2.5.rst1022 * :github:`31822` - tests: drivers: timer: Test drivers.timer.nrf_rtc_timer.stress fails on nrf52 p…
/Zephyr-latest/lib/heap/
DKconfig20 bool "General purpose heap stress test"
/Zephyr-latest/doc/develop/test/
Dztest.rst421 Zephyr stress test framework (Ztress) provides an environment for executing user
435 The stress test environment is setup and executed using :c:macro:`ZTRESS_EXECUTE` which
Dtwister.rst279 * ``kernel.semaphore.stress``: Stress testing semaphores in the kernel.