HomeSort by relevance Sort by last modified time
    Searched defs:total_time (Results 1 - 6 of 6) sorted by null

  /sdk/emulator/qtools/
profile_pid.cpp 67 uint64_t total_time = 0; local
69 total_time += processes[ii].cpu_time;
77 double per = 100.0 * pstate->cpu_time / total_time;
78 double sum_per = 100.0 * sum_time / total_time;
  /system/extras/tests/sdcard/
testcase.cpp 149 char total_time[80]; local
151 snprintf(total_time, sizeof(total_time), "%s_total", mName);
152 mTestTimer = new StopWatch(total_time, 1);
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
tiwlan_profile.c 309 unsigned total_time, drv_cpu_usage = 0, bus_cpu_usage = 0; local
324 total_time = drv->cpu_usage_estimator_stop_time - drv->cpu_usage_estimator_start_time;
326 total_time /= 100;
328 if ((int)total_time > 0)
330 drv_cpu_usage = drv->total_us_of_cpu_time / total_time;
331 bus_cpu_usage = drv->total_us_of_bus_access_cpu_time / total_time;
333 printk ("\nTotal Test Run Time: %u (usec)", total_time);
  /external/srec/srec/include/
comp_stats.h 67 CS_ACC_TIME total_time; member in struct:CS_CLOCK_t
89 float total_time; /*in seconds*/ member in struct:COMP_STATS_t
  /cts/tools/dasm/src/java_cup/
Main.java 674 long total_time = final_time - start_time; local
679 + timestr(final_time-start_time, total_time));
681 + timestr(prelim_end-start_time, total_time));
683 + timestr(parse_end-prelim_end, total_time) );
686 + timestr(check_end-parse_end, total_time));
689 + timestr(build_end-check_end, total_time));
692 + timestr(nullability_end-check_end, total_time));
695 + timestr(first_end-nullability_end, total_time));
698 + timestr(machine_end-first_end, total_time));
701 + timestr(table_end-machine_end, total_time));
    [all...]
  /external/chromium/base/
message_loop_unittest.cc 331 TimeDelta total_time = Time::Now() - start_time;
332 EXPECT_GT(5000, total_time.InMilliseconds());
395 TimeDelta total_time = Time::Now() - start_time; local
396 EXPECT_GT(5000, total_time.InMilliseconds());
    [all...]

Completed in 375 milliseconds