Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/heap/test/
Dtest_allocator_timings.c23 uint32_t cycles_before; variable
37 cycles_before = portGET_RUN_TIME_COUNTER_VALUE();
39 realloc_time_average = portGET_RUN_TIME_COUNTER_VALUE() - cycles_before;
62 cycles_before = portGET_RUN_TIME_COUNTER_VALUE();
64 free_time_average = portGET_RUN_TIME_COUNTER_VALUE() - cycles_before;
77 cycles_before = portGET_RUN_TIME_COUNTER_VALUE();
79 alloc_time_average = portGET_RUN_TIME_COUNTER_VALUE() - cycles_before;
95 cycles_before = portGET_RUN_TIME_COUNTER_VALUE();
97 free_time_average = portGET_RUN_TIME_COUNTER_VALUE() - cycles_before;