Searched refs:progress_time (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/tools/power/cpupower/bench/
H A Dbenchmark.c29 #define show_progress(total_time, progress_time) \
32 (progress_time * 100) / total_time); \
98 unsigned long total_time = 0, progress_time = 0; start_benchmark() local
112 show_progress(total_time, progress_time); start_benchmark()
154 progress_time += sleep_time + load_time; start_benchmark()
155 show_progress(total_time, progress_time); start_benchmark()
178 progress_time += sleep_time + load_time; start_benchmark()

Completed in 127 milliseconds