Searched refs:relative_time (Results 1 – 8 of 8) sorted by relevance
127 unsigned long relative_time; in tm_synchronization_processing_thread_report() local134 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()
129 unsigned long relative_time; in tm_memory_allocation_thread_report() local136 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()
136 unsigned long relative_time; in tm_message_processing_thread_report() local143 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()
142 unsigned long relative_time; in tm_basic_processing_thread_report() local149 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()
164 unsigned long relative_time; in tm_interrupt_thread_report() local172 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()
166 unsigned long relative_time; in tm_interrupt_preemption_thread_report() local175 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()
218 unsigned long relative_time; in tm_preemptive_thread_report() local227 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()
193 unsigned long relative_time; in tm_cooperative_thread_report() local201 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()