Home
last modified time | relevance | path

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

/external/autotest/utils/
Dsite_check_dut_usage.py86 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/
Dstat.c747 runtime = ts->total_run_time; in show_thread_status_normal()
1032 if (ts->total_run_time) { in show_thread_status_terse_v2()
1033 double runt = (double) ts->total_run_time; in show_thread_status_terse_v2()
1097 if (ts->total_run_time) { in show_thread_status_terse_v3_v4()
1098 double runt = (double) ts->total_run_time; in show_thread_status_terse_v3_v4()
1201 if (ts->total_run_time) { in show_thread_status_json()
1202 double runt = (double) ts->total_run_time; in show_thread_status_json()
1524 dst->total_run_time += src->total_run_time; in sum_thread_stats()
1862 td->ts.total_run_time = mtime_since(&td->epoch, &tv); in __show_running_run_stats()
Dstat.h194 uint64_t total_run_time; member
Dlibfio.c357 compiletime_assert((offsetof(struct thread_stat, total_run_time) % 8) == 0, "total_run_time"); in initialize_fio()
Dclient.c934 dst->total_run_time = le64_to_cpu(src->total_run_time); in convert_ts()
Dserver.c1523 p.ts.total_run_time = cpu_to_le64(ts->total_run_time); in fio_server_send_ts()
Dgclient.c797 runtime = ts->total_run_time; in gfio_show_cpu_usage()
Dbackend.c1796 td->ts.total_run_time = mtime_since_now(&td->epoch); in thread_main()