Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/mm/sys_mm_drv_bank/src/
Dmain.c16 static void test_stats(const char *error_string, in test_stats() function
46 test_stats("MM Bank Init Error", &stats, &expected); in ZTEST()
58 test_stats("MM Bank Init Error", &stats, &expected); in ZTEST()
76 test_stats("MM Bank Mapped Error", &stats, &expected); in ZTEST()
88 test_stats("MM Bank Unmapped Error", &stats, &expected); in ZTEST()
100 test_stats("MM Bank 1st Max Mapped Error", &stats, &expected); in ZTEST()
110 test_stats("MM Bank 2nd Max Mapped Error", &stats, &expected); in ZTEST()
122 test_stats("MM Bank Reset Max Error", &stats, &expected); in ZTEST()
129 test_stats("MM Bank Reset Max Error", &stats, &expected); in ZTEST()
/Zephyr-latest/tests/kernel/threads/thread_apis/src/
Dmain.c557 k_thread_runtime_stats_t test_stats; in ZTEST() local
559 k_thread_runtime_stats_get(k_current_get(), &test_stats); in ZTEST()
560 cycles = test_stats.execution_cycles; in ZTEST()
562 k_thread_runtime_stats_get(k_current_get(), &test_stats); in ZTEST()
569 dt = test_stats.execution_cycles - cycles; in ZTEST()
572 cycles = test_stats.execution_cycles; in ZTEST()
574 k_thread_runtime_stats_get(k_current_get(), &test_stats); in ZTEST()
577 dt = test_stats.execution_cycles - cycles; in ZTEST()
/Zephyr-latest/tests/net/conn_mgr_monitor/src/
Dmain.c90 static struct test_stats { struct
151 static struct test_stats get_reset_stats(void) in get_reset_stats()
153 struct test_stats copy; in get_reset_stats()
287 struct test_stats stats; in cycle_ready_ifaces()
355 struct test_stats stats; in cycle_ignored_iface()
618 struct test_stats stats; in cycle_iface_states()
1021 struct test_stats stats; in ZTEST()
1048 struct test_stats stats; in ZTEST()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dmesh_test.c29 struct bt_mesh_test_stats test_stats; variable
65 test_stats.received++; in msg_rx()
68 test_stats.recv_overflow++; in msg_rx()
494 test_stats.sent++; in bt_mesh_test_send_async()
Dtest_transport.c259 if (test_stats.received != i + 1) { in test_tx_loopback()
333 if (test_stats.received != i + 1) { in test_tx_loopback_group()
358 if (test_stats.sent != 3) { in test_tx_seg_block()
359 FAIL("Not all messages completed (%u/3)", test_stats.sent); in test_tx_seg_block()
Dmesh_test.h180 extern struct bt_mesh_test_stats test_stats;