Searched refs:test_stats (Results 1 – 7 of 7) sorted by relevance
| /tests/drivers/mm/sys_mm_drv_bank/src/ |
| A D | main.c | 16 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()
|
| /tests/kernel/threads/thread_apis/src/ |
| A D | main.c | 602 k_thread_runtime_stats_t test_stats; in ZTEST() local 604 k_thread_runtime_stats_get(k_current_get(), &test_stats); in ZTEST() 605 cycles = test_stats.execution_cycles; in ZTEST() 607 k_thread_runtime_stats_get(k_current_get(), &test_stats); in ZTEST() 614 dt = test_stats.execution_cycles - cycles; in ZTEST() 617 cycles = test_stats.execution_cycles; in ZTEST() 619 k_thread_runtime_stats_get(k_current_get(), &test_stats); in ZTEST() 622 dt = test_stats.execution_cycles - cycles; in ZTEST()
|
| /tests/subsys/settings/performance/ |
| A D | settings_test_perf.c | 44 struct test_stats { in store_pending() struct 50 struct test_stats stats = {0, 0, 0, UINT32_MAX}; in store_pending()
|
| /tests/net/conn_mgr_monitor/src/ |
| A D | main.c | 90 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()
|
| /tests/bsim/bluetooth/mesh/src/ |
| A D | mesh_test.c | 29 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()
|
| A D | test_transport.c | 259 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()
|
| A D | mesh_test.h | 180 extern struct bt_mesh_test_stats test_stats;
|
Completed in 23 milliseconds