Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/testsuite/include/zephyr/
Dtc_util.h96 static uint32_t tc_spend_time; variable
107 tc_spend_time = k_cyc_to_ms_ceil32(spend_cycle); in get_test_duration_ms()
182 TC_RESULT_TO_STR(result), func, tc_spend_time/1000, \
183 tc_spend_time%1000); \
/Zephyr-Core-3.4.0/subsys/testsuite/ztest/src/
Dztest_new.c605 if (tc_spend_time > test->stats->duration_worst_ms) { in run_test()
606 test->stats->duration_worst_ms = tc_spend_time; in run_test()