Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/benchmarks/thread_metric/
Dtm_memory_allocation_test.c48 unsigned long tm_memory_allocation_counter; variable
119 tm_memory_allocation_counter++; in tm_memory_allocation_thread_0_entry()
151 if (tm_memory_allocation_counter == last_counter) in tm_memory_allocation_thread_report()
158 printf("Time Period Total: %lu\n\n", tm_memory_allocation_counter - last_counter); in tm_memory_allocation_thread_report()
161 last_counter = tm_memory_allocation_counter; in tm_memory_allocation_thread_report()