Searched refs:total_run_time (Results 1 – 8 of 8) sorted by relevance
86 total_run_time = datetime.timedelta()90 total_run_time += f_time - s_time95 avg_run_time = total_run_time / num_machines96 avg_job_run_time = self._total_seconds(total_run_time) / len(durations)113 print 'Total running time', total_run_time
538 runtime = ts->total_run_time; in show_thread_status_normal()803 if (ts->total_run_time) { in show_thread_status_terse_v2()804 double runt = (double) ts->total_run_time; in show_thread_status_terse_v2()867 if (ts->total_run_time) { in show_thread_status_terse_v3_v4()868 double runt = (double) ts->total_run_time; in show_thread_status_terse_v3_v4()933 if (ts->total_run_time) { in show_thread_status_json()934 double runt = (double) ts->total_run_time; in show_thread_status_json()1158 dst->total_run_time += src->total_run_time; in sum_thread_stats()1463 td->ts.total_run_time = mtime_since(&td->epoch, &tv); in __show_running_run_stats()
171 uint64_t total_run_time; member
309 compiletime_assert((offsetof(struct thread_stat, total_run_time) % 8) == 0, "total_run_time"); in initialize_fio()
883 dst->total_run_time = le64_to_cpu(src->total_run_time); in convert_ts()
1149 p.ts.total_run_time = cpu_to_le64(ts->total_run_time); in fio_server_send_ts()
1569 td->ts.total_run_time = mtime_since_now(&td->epoch); in thread_main()
823 runtime = ts->total_run_time;