Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/execution_profile_kit/smp_version/
Dtx_execution_profile.c141 EXECUTION_TIME total_time; in _tx_execution_thread_enter() local
181 total_time = _tx_execution_idle_time_total[core]; in _tx_execution_thread_enter()
184 new_total_time = total_time + delta_time; in _tx_execution_thread_enter()
187 if (new_total_time < total_time) in _tx_execution_thread_enter()
244 EXECUTION_TIME total_time; in _tx_execution_thread_exit() local
290 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_thread_exit()
293 new_total_time = total_time + delta_time; in _tx_execution_thread_exit()
296 if (new_total_time < total_time) in _tx_execution_thread_exit()
374 EXECUTION_TIME total_time; in _tx_execution_isr_enter() local
423 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_isr_enter()
[all …]
Dtx_execution_profile.h84 UINT _tx_execution_thread_time_get(struct TX_THREAD_STRUCT *thread_ptr, EXECUTION_TIME *total_time
85 UINT _tx_execution_thread_total_time_get(EXECUTION_TIME *total_time);
86 UINT _tx_execution_isr_time_get(EXECUTION_TIME *total_time);
87 UINT _tx_execution_idle_time_get(EXECUTION_TIME *total_time);
88 UINT _tx_execution_core_thread_total_time_get(UINT core, EXECUTION_TIME *total_time);
89 UINT _tx_execution_core_isr_time_get(UINT core, EXECUTION_TIME *total_time);
90 UINT _tx_execution_core_idle_time_get(UINT core, EXECUTION_TIME *total_time);
/ThreadX-v6.4.1/utility/execution_profile_kit/
Dtx_execution_profile.c199 EXECUTION_TIME total_time; in _tx_execution_thread_enter() local
235 total_time = _tx_execution_idle_time_total; in _tx_execution_thread_enter()
238 new_total_time = total_time + delta_time; in _tx_execution_thread_enter()
241 if (new_total_time < total_time) in _tx_execution_thread_enter()
301 EXECUTION_TIME total_time; in _tx_execution_thread_exit() local
343 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_thread_exit()
346 new_total_time = total_time + delta_time; in _tx_execution_thread_exit()
349 if (new_total_time < total_time) in _tx_execution_thread_exit()
430 EXECUTION_TIME total_time; in _tx_execution_isr_enter() local
483 total_time = thread_ptr -> tx_thread_execution_time_total; in _tx_execution_isr_enter()
[all …]
Dtx_execution_profile.h83 UINT _tx_execution_thread_time_get(struct TX_THREAD_STRUCT *thread_ptr, EXECUTION_TIME *total_time
84 UINT _tx_execution_thread_total_time_get(EXECUTION_TIME *total_time);
85 UINT _tx_execution_isr_time_get(EXECUTION_TIME *total_time);
86 UINT _tx_execution_idle_time_get(EXECUTION_TIME *total_time);