Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/benchmarks/thread_metric/
Dtm_interrupt_processing_test.c162 unsigned long last_total; in tm_interrupt_thread_report() local
168 last_total = 0; in tm_interrupt_thread_report()
202 printf("Time Period Total: %lu\n\n", tm_interrupt_handler_counter - last_total); in tm_interrupt_thread_report()
205 last_total = tm_interrupt_handler_counter; in tm_interrupt_thread_report()
Dtm_interrupt_preemption_processing_test.c166 unsigned long last_total; in tm_interrupt_preemption_thread_report() local
171 last_total = 0; in tm_interrupt_preemption_thread_report()
207 printf("Time Period Total: %lu\n\n", tm_interrupt_preemption_handler_counter - last_total); in tm_interrupt_preemption_thread_report()
210 last_total = tm_interrupt_preemption_handler_counter; in tm_interrupt_preemption_thread_report()
Dtm_preemptive_scheduling_test.c218 unsigned long last_total; in tm_preemptive_thread_report() local
223 last_total = 0; in tm_preemptive_thread_report()
264 printf("Time Period Total: %lu\n\n", total - last_total); in tm_preemptive_thread_report()
267 last_total = total; in tm_preemptive_thread_report()
Dtm_cooperative_scheduling_test.c193 unsigned long last_total; in tm_cooperative_thread_report() local
197 last_total = 0; in tm_cooperative_thread_report()
245 printf("Time Period Total: %lu\n\n", total - last_total); in tm_cooperative_thread_report()
248 last_total = total; in tm_cooperative_thread_report()