Home
last modified time | relevance | path

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

/external/autotest/client/profilers/powertop/src/
Ddisplay.c289 …int(timerstat_window, i+1, 0," %5.1f%% (%5.1f) [%6s] %s \n", lines[i].count * 100.0 / linectotal, in show_timerstats()
293 print(timerstat_window, i+1, 0," %5.1f%% (%5.1f) %s \n", lines[i].count * 100.0 / linectotal, in show_timerstats()
Dpowertop.h42 extern int linectotal;
Dpowertop.c79 int linectotal; variable
143 linectotal = q; in count_lines()