Home
last modified time | relevance | path

Searched refs:exe_time (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/realtime/func/periodic_cpu_load/
Dperiodic_cpu_load_single.c96 nsec_t exe_start, exe_end, exe_time; in periodic_thread() local
127 exe_time = exe_end - exe_start; in periodic_thread()
129 rec.y = exe_time / NS_PER_US; in periodic_thread()
Dperiodic_cpu_load.c130 nsec_t exe_start, exe_end, exe_time; in periodic_thread() local
143 exe_time = exe_end - exe_start; in periodic_thread()
145 rec.y = exe_time / NS_PER_US; in periodic_thread()