Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/utility/benchmarks/thread_metric/
Dtm_synchronization_processing_test.c126 unsigned long last_counter; in tm_synchronization_processing_thread_report() local
131 last_counter = 0; in tm_synchronization_processing_thread_report()
149 if (tm_synchronization_processing_counter == last_counter) in tm_synchronization_processing_thread_report()
156 printf("Time Period Total: %lu\n\n", tm_synchronization_processing_counter - last_counter); in tm_synchronization_processing_thread_report()
159 last_counter = tm_synchronization_processing_counter; in tm_synchronization_processing_thread_report()
Dtm_memory_allocation_test.c128 unsigned long last_counter; in tm_memory_allocation_thread_report() local
133 last_counter = 0; in tm_memory_allocation_thread_report()
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()
Dtm_message_processing_test.c135 unsigned long last_counter; in tm_message_processing_thread_report() local
140 last_counter = 0; in tm_message_processing_thread_report()
158 if (tm_message_processing_counter == last_counter) in tm_message_processing_thread_report()
165 printf("Time Period Total: %lu\n\n", tm_message_processing_counter - last_counter); in tm_message_processing_thread_report()
168 last_counter = tm_message_processing_counter; in tm_message_processing_thread_report()
Dtm_basic_processing_test.c141 unsigned long last_counter; in tm_basic_processing_thread_report() local
146 last_counter = 0; in tm_basic_processing_thread_report()
164 if (tm_basic_processing_counter == last_counter) in tm_basic_processing_thread_report()
171 printf("Time Period Total: %lu\n\n", tm_basic_processing_counter - last_counter); in tm_basic_processing_thread_report()
174 last_counter = tm_basic_processing_counter; in tm_basic_processing_thread_report()