Searched refs:timerstat_window (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/profilers/powertop/src/ |
D | display.c | 42 static WINDOW *timerstat_window; variable 72 if (timerstat_window) { in zap_windows() 73 delwin(timerstat_window); in zap_windows() 74 timerstat_window = NULL; in zap_windows() 102 timerstat_window = subwin(stdscr, maxy-16, maxx, 12, 0); in setup_windows() 277 werase(timerstat_window); in show_timerstats() 281 print(timerstat_window, 0, 0, _("Top causes for wakeups:\n")); in show_timerstats() 285 wattron(timerstat_window, A_BOLD); in show_timerstats() 287 wattroff(timerstat_window, A_BOLD); in show_timerstats() 289 …print(timerstat_window, i+1, 0," %5.1f%% (%5.1f) [%6s] %s \n", lines[i].count * 100.0 / linectot… in show_timerstats() [all …]
|