Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/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-Core-3.5.0/tests/kernel/threads/thread_apis/src/
Dmain.c549 k_thread_runtime_stats_t test_stats; in ZTEST() local
551 k_thread_runtime_stats_get(k_current_get(), &test_stats); in ZTEST()
552 cycles = test_stats.execution_cycles; in ZTEST()
554 k_thread_runtime_stats_get(k_current_get(), &test_stats); in ZTEST()
561 dt = test_stats.execution_cycles - cycles; in ZTEST()
564 cycles = test_stats.execution_cycles; in ZTEST()
566 k_thread_runtime_stats_get(k_current_get(), &test_stats); in ZTEST()
569 dt = test_stats.execution_cycles - cycles; in ZTEST()
/Zephyr-Core-3.5.0/tests/net/conn_mgr_monitor/src/
Dmain.c65 static struct test_stats { struct
100 static struct test_stats get_reset_stats(void) in get_reset_stats()
102 struct test_stats copy; in get_reset_stats()
172 struct test_stats stats; in cycle_ready_ifaces()
237 struct test_stats stats; in cycle_ignored_iface()
410 struct test_stats stats; in cycle_iface_states()
689 struct test_stats stats; in ZTEST()
716 struct test_stats stats; in ZTEST()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dmesh_test.c26 struct bt_mesh_test_stats test_stats; variable
62 test_stats.received++; in msg_rx()
65 test_stats.recv_overflow++; in msg_rx()
475 test_stats.sent++; in bt_mesh_test_send_async()
Dtest_transport.c261 if (test_stats.received != i + 1) { in test_tx_loopback()
335 if (test_stats.received != i + 1) { in test_tx_loopback_group()
360 if (test_stats.sent != 3) { in test_tx_seg_block()
361 FAIL("Not all messages completed (%u/3)", test_stats.sent); in test_tx_seg_block()
Dmesh_test.h162 extern struct bt_mesh_test_stats test_stats;