Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/testsuite/include/zephyr/
Dtc_util.h102 static uint32_t tc_spend_time; variable
113 tc_spend_time = k_cyc_to_ms_ceil32(spend_cycle); in get_test_duration_ms()
173 TC_RESULT_TO_STR(result), func, tc_spend_time/1000, \
174 tc_spend_time%1000); \
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c714 if (tc_spend_time > test->stats->duration_worst_ms) { in run_test()
715 test->stats->duration_worst_ms = tc_spend_time; in run_test()