Home
last modified time | relevance | path

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

/external/autotest/client/profilers/powertop/src/
Dpowertop.c502 double amperes_drawn = 0.0; in print_battery_proc_acpi() local
542 amperes_drawn = strtoull(c, NULL, 10) / 1000.0; in print_battery_proc_acpi()
548 rate += watts_drawn + voltage * amperes_drawn; in print_battery_proc_acpi()
669 double amperes_drawn = 0.0; in print_battery_sysfs() local
732 amperes_drawn = strtoull(line, NULL, 10) / 1000000.0; in print_battery_sysfs()
737 rate += watts_drawn + voltage * amperes_drawn; in print_battery_sysfs()