Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/benchmarks/thread_metric/
Dtm_synchronization_processing_test.c125 unsigned long last_counter; in tm_synchronization_processing_thread_report() local
130 last_counter = 0; in tm_synchronization_processing_thread_report()
148 if (tm_synchronization_processing_counter == last_counter) in tm_synchronization_processing_thread_report()
155 printf("Time Period Total: %lu\n\n", tm_synchronization_processing_counter - last_counter); in tm_synchronization_processing_thread_report()
158 last_counter = tm_synchronization_processing_counter; in tm_synchronization_processing_thread_report()
Dtm_memory_allocation_test.c127 unsigned long last_counter; in tm_memory_allocation_thread_report() local
132 last_counter = 0; in tm_memory_allocation_thread_report()
150 if (tm_memory_allocation_counter == last_counter) in tm_memory_allocation_thread_report()
157 printf("Time Period Total: %lu\n\n", tm_memory_allocation_counter - last_counter); in tm_memory_allocation_thread_report()
160 last_counter = tm_memory_allocation_counter; in tm_memory_allocation_thread_report()
Dtm_message_processing_test.c134 unsigned long last_counter; in tm_message_processing_thread_report() local
139 last_counter = 0; in tm_message_processing_thread_report()
157 if (tm_message_processing_counter == last_counter) in tm_message_processing_thread_report()
164 printf("Time Period Total: %lu\n\n", tm_message_processing_counter - last_counter); in tm_message_processing_thread_report()
167 last_counter = tm_message_processing_counter; in tm_message_processing_thread_report()
Dtm_basic_processing_test.c140 unsigned long last_counter; in tm_basic_processing_thread_report() local
145 last_counter = 0; in tm_basic_processing_thread_report()
163 if (tm_basic_processing_counter == last_counter) in tm_basic_processing_thread_report()
170 printf("Time Period Total: %lu\n\n", tm_basic_processing_counter - last_counter); in tm_basic_processing_thread_report()
173 last_counter = tm_basic_processing_counter; in tm_basic_processing_thread_report()