Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/logging/log_benchmark/src/
Dmain.c84 #define TEST_LOG_CAPACITY(nargs, inc_cnt, _print) do { \ macro
107 TEST_LOG_CAPACITY(0, total_cnt, 1); in ZTEST()
108 TEST_LOG_CAPACITY(1, total_cnt, 1); in ZTEST()
109 TEST_LOG_CAPACITY(2, total_cnt, 1); in ZTEST()
110 TEST_LOG_CAPACITY(3, total_cnt, 1); in ZTEST()
111 TEST_LOG_CAPACITY(4, total_cnt, 1); in ZTEST()
112 TEST_LOG_CAPACITY(5, total_cnt, 1); in ZTEST()
113 TEST_LOG_CAPACITY(6, total_cnt, 1); in ZTEST()
114 TEST_LOG_CAPACITY(7, total_cnt, 1); in ZTEST()
115 TEST_LOG_CAPACITY(8, total_cnt, 1); in ZTEST()
[all …]