Home
last modified time | relevance | path

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

/external/autotest/client/profilers/powertop/src/
Dpowertop.c900 double sleept, percentage;; in main() local
912 sleept = (cur_duration[i] - last_duration[i]) / (cur_usage[i] - last_usage[i] in main()
922 cnames[i], sleept, percentage); in main()
923 if (maxsleep < sleept) in main()
924 maxsleep = sleept; in main()