Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/utility/benchmarks/thread_metric/
Dtm_interrupt_processing_test.c163 unsigned long last_total; in tm_interrupt_thread_report() local
169 last_total = 0; in tm_interrupt_thread_report()
203 printf("Time Period Total: %lu\n\n", tm_interrupt_handler_counter - last_total); in tm_interrupt_thread_report()
206 last_total = tm_interrupt_handler_counter; in tm_interrupt_thread_report()
Dtm_interrupt_preemption_processing_test.c167 unsigned long last_total; in tm_interrupt_preemption_thread_report() local
172 last_total = 0; in tm_interrupt_preemption_thread_report()
208 printf("Time Period Total: %lu\n\n", tm_interrupt_preemption_handler_counter - last_total); in tm_interrupt_preemption_thread_report()
211 last_total = tm_interrupt_preemption_handler_counter; in tm_interrupt_preemption_thread_report()
Dtm_preemptive_scheduling_test.c219 unsigned long last_total; in tm_preemptive_thread_report() local
224 last_total = 0; in tm_preemptive_thread_report()
265 printf("Time Period Total: %lu\n\n", total - last_total); in tm_preemptive_thread_report()
268 last_total = total; in tm_preemptive_thread_report()
Dtm_cooperative_scheduling_test.c194 unsigned long last_total; in tm_cooperative_thread_report() local
198 last_total = 0; in tm_cooperative_thread_report()
246 printf("Time Period Total: %lu\n\n", total - last_total); in tm_cooperative_thread_report()
249 last_total = total; in tm_cooperative_thread_report()