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
747 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()
194 uint64_t total_run_time; member
357 compiletime_assert((offsetof(struct thread_stat, total_run_time) % 8) == 0, "total_run_time"); in initialize_fio()
934 dst->total_run_time = le64_to_cpu(src->total_run_time); in convert_ts()
1523 p.ts.total_run_time = cpu_to_le64(ts->total_run_time); in fio_server_send_ts()
797 runtime = ts->total_run_time; in gfio_show_cpu_usage()
1796 td->ts.total_run_time = mtime_since_now(&td->epoch); in thread_main()