Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/unity/
Dunity_port_esp32.c32 static uint32_t s_test_start, s_test_stop; variable
88 s_test_stop = cpu_hal_get_cycle_count(); in unity_exec_time_stop()
93 return (s_test_stop - s_test_start) / (esp_clk_cpu_freq() / 1000); in unity_exec_time_get_ms()