Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/utility/benchmarks/thread_metric/
Dtm_synchronization_processing_test.c127 unsigned long relative_time; in tm_synchronization_processing_thread_report() local
134 relative_time = 0; in tm_synchronization_processing_thread_report()
143 relative_time = relative_time + TM_TEST_DURATION; in tm_synchronization_processing_thread_report()
146 …ntf("**** Thread-Metric Synchronization Processing Test **** Relative Time: %lu\n", relative_time); in tm_synchronization_processing_thread_report()
Dtm_memory_allocation_test.c129 unsigned long relative_time; in tm_memory_allocation_thread_report() local
136 relative_time = 0; in tm_memory_allocation_thread_report()
145 relative_time = relative_time + TM_TEST_DURATION; in tm_memory_allocation_thread_report()
148 … printf("**** Thread-Metric Memory Allocation Test **** Relative Time: %lu\n", relative_time); in tm_memory_allocation_thread_report()
Dtm_message_processing_test.c136 unsigned long relative_time; in tm_message_processing_thread_report() local
143 relative_time = 0; in tm_message_processing_thread_report()
152 relative_time = relative_time + TM_TEST_DURATION; in tm_message_processing_thread_report()
155 … printf("**** Thread-Metric Message Processing Test **** Relative Time: %lu\n", relative_time); in tm_message_processing_thread_report()
Dtm_basic_processing_test.c142 unsigned long relative_time; in tm_basic_processing_thread_report() local
149 relative_time = 0; in tm_basic_processing_thread_report()
158 relative_time = relative_time + TM_TEST_DURATION; in tm_basic_processing_thread_report()
161 …"**** Thread-Metric Basic Single Thread Processing Test **** Relative Time: %lu\n", relative_time); in tm_basic_processing_thread_report()
Dtm_interrupt_processing_test.c164 unsigned long relative_time; in tm_interrupt_thread_report() local
172 relative_time = 0; in tm_interrupt_thread_report()
181 relative_time = relative_time + TM_TEST_DURATION; in tm_interrupt_thread_report()
184 … printf("**** Thread-Metric Interrupt Processing Test **** Relative Time: %lu\n", relative_time); in tm_interrupt_thread_report()
Dtm_interrupt_preemption_processing_test.c166 unsigned long relative_time; in tm_interrupt_preemption_thread_report() local
175 relative_time = 0; in tm_interrupt_preemption_thread_report()
184 relative_time = relative_time + TM_TEST_DURATION; in tm_interrupt_preemption_thread_report()
187 …**** Thread-Metric Interrupt Preemption Processing Test **** Relative Time: %lu\n", relative_time); in tm_interrupt_preemption_thread_report()
Dtm_preemptive_scheduling_test.c218 unsigned long relative_time; in tm_preemptive_thread_report() local
227 relative_time = 0; in tm_preemptive_thread_report()
236 relative_time = relative_time + TM_TEST_DURATION; in tm_preemptive_thread_report()
239 … printf("**** Thread-Metric Preemptive Scheduling Test **** Relative Time: %lu\n", relative_time); in tm_preemptive_thread_report()
Dtm_cooperative_scheduling_test.c193 unsigned long relative_time; in tm_cooperative_thread_report() local
201 relative_time = 0; in tm_cooperative_thread_report()
210 relative_time = relative_time + TM_TEST_DURATION; in tm_cooperative_thread_report()
213 … printf("**** Thread-Metric Cooperative Scheduling Test **** Relative Time: %lu\n", relative_time); in tm_cooperative_thread_report()