Searched defs:test_stats (Results 1 – 5 of 5) sorted by relevance
90 static struct test_stats { struct92 int event_count_ipv4; /* any */97 int event_count_ipv6; /* any */102 int event_count_gen; /* any */107 struct net_if *dconn_iface_gen;108 struct net_if *dconn_iface_ipv4;109 struct net_if *dconn_iface_ipv6;112 struct net_if *conn_iface_gen;113 struct net_if *conn_iface_ipv4;114 struct net_if *conn_iface_ipv6;[all …]
44 struct test_stats { in store_pending() struct45 uint32_t total_calculated; in store_pending()46 uint32_t total_measured; in store_pending()47 uint32_t single_entry_max; in store_pending()48 uint32_t single_entry_min; in store_pending()
16 static void test_stats(const char *error_string, in test_stats() function
29 struct bt_mesh_test_stats test_stats; variable
602 k_thread_runtime_stats_t test_stats; in ZTEST() local
Completed in 50 milliseconds