Home
last modified time | relevance | path

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

/external/autotest/client/bin/
Dutils_unittest.py75 start_usage = {
99 usage = utils.compute_active_cpu_time(start_usage, end_usage)
103 start_usage = {
127 usage = utils.compute_active_cpu_time(start_usage, end_usage)
/external/autotest/client/profilers/powertop/src/
Dpowertop.c44 uint64_t start_usage[8], start_duration[8]; variable
825 read_data(&start_usage[0], &start_duration[0]); in main()
828 memcpy(last_usage, start_usage, sizeof(last_usage)); in main()