Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/device-drivers/cpufreq/
Dcpufreq_boost.c117 int sum = 0, i = 0, total_time_ms; in load_cpu() local
132 total_time_ms = (tv_end.tv_sec - tv_start.tv_sec) * 1000 + in load_cpu()
135 if (!total_time_ms) in load_cpu()
138 tst_resm(TINFO, "elapsed time is %d ms", total_time_ms); in load_cpu()
140 return total_time_ms; in load_cpu()