HomeSort by relevance Sort by last modified time
    Searched full:timerstat_window (Results 1 - 1 of 1) sorted by null

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

Completed in 178 milliseconds