HomeSort by relevance Sort by last modified time
    Searched refs:total_run_time (Results 1 - 8 of 8) sorted by null

  /external/autotest/utils/
site_check_dut_usage.py 86 total_run_time = datetime.timedelta()
90 total_run_time += f_time - s_time
95 avg_run_time = total_run_time / num_machines
96 avg_job_run_time = self._total_seconds(total_run_time) / len(durations)
113 print 'Total running time', total_run_time
  /external/fio/
libfio.c 357 compiletime_assert((offsetof(struct thread_stat, total_run_time) % 8) == 0, "total_run_time");
stat.h 194 uint64_t total_run_time; member in struct:thread_stat
stat.c 747 runtime = ts->total_run_time;
1032 if (ts->total_run_time) {
1033 double runt = (double) ts->total_run_time;
1097 if (ts->total_run_time) {
1098 double runt = (double) ts->total_run_time;
    [all...]
client.c 934 dst->total_run_time = le64_to_cpu(src->total_run_time);
    [all...]
server.c     [all...]
backend.c     [all...]
gclient.c 797 runtime = ts->total_run_time;
    [all...]

Completed in 1559 milliseconds