Home
last modified time | relevance | path

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

/external/autotest/client/profilers/powertop/src/
Ddisplay.c192 void show_acpi_power_line(double rate, double cap, double capdelta, time_t ti) in show_acpi_power_line() argument
204 if (ti>180 && capdelta > 0) in show_acpi_power_line()
205 sprintf(c, _("(long term: %3.1fW,/%3.1fh)"), 3600*capdelta / ti, cap / (3600*capdelta/ti+0.01)); in show_acpi_power_line()
207 else if (ti>120 && capdelta > 0.001) in show_acpi_power_line()
208 …minute ACPI estimate) : %5.1f W (%3.1f hours left)"), 3600*capdelta / ti, cap / (3600*capdelta/ti+… in show_acpi_power_line()
Dpowertop.h105 void show_acpi_power_line(double rate, double cap, double capdelta, time_t time);