Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/thread_metric/src/
Dtm_memory_allocation_test.c46 unsigned long tm_memory_allocation_counter; variable
108 tm_memory_allocation_counter++; in tm_memory_allocation_thread_0_entry()
138 if (tm_memory_allocation_counter == last_counter) { in tm_memory_allocation_thread_report()
145 printf("Time Period Total: %lu\n\n", tm_memory_allocation_counter - last_counter); in tm_memory_allocation_thread_report()
148 last_counter = tm_memory_allocation_counter; in tm_memory_allocation_thread_report()