Home
last modified time | relevance | path

Searched refs:elapsed_sec (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/components/domain_reliability/
Dtest_util.cc105 VLOG(1) << "Creating mock time: T=" << elapsed_sec() << "s"; in MockTime()
128 VLOG(1) << "Advancing mock time: task at T=" << elapsed_sec() << "s"; in Advance()
135 VLOG(1) << "Advanced mock time: T=" << elapsed_sec() << "s"; in Advance()
Dtest_util.h108 int elapsed_sec() { return (now_ticks_ - epoch_ticks_).InSeconds(); } in elapsed_sec() function
/external/fio/
Dgclient.c360 if (je->eta_sec != INT_MAX && je->elapsed_sec) {
361 perc = (double) je->elapsed_sec / (double) (je->elapsed_sec + je->eta_sec);
418 …graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.read_iops, je->elapsed_sec, je->iops[0], iops_…
419 …graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.write_iops, je->elapsed_sec, je->iops[1], iops…
420 …graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.trim_iops, je->elapsed_sec, je->iops[2], iops_…
421 …graph_add_xy_data(ge->graphs.bandwidth_graph, ge->graphs.read_bw, je->elapsed_sec, je->rate[0], ra…
422 …graph_add_xy_data(ge->graphs.bandwidth_graph, ge->graphs.write_bw, je->elapsed_sec, je->rate[1], r…
423 …graph_add_xy_data(ge->graphs.bandwidth_graph, ge->graphs.trim_bw, je->elapsed_sec, je->rate[2], ra…
458 if (je->eta_sec != INT_MAX && je->elapsed_sec) {
459 perc = (double) je->elapsed_sec / (double) (je->elapsed_sec + je->eta_sec);
[all …]
Deta.c334 je->elapsed_sec = (mtime_since_genesis() + 999) / 1000; in calc_thread_status()
381 if (je->elapsed_sec >= 3) in calc_thread_status()
463 if (je->eta_sec != INT_MAX && je->elapsed_sec) { in display_thread_status()
464 perc = (double) je->elapsed_sec / (double) (je->elapsed_sec + je->eta_sec); in display_thread_status()
Dstat.h196 uint64_t elapsed_sec; member
Dclient.c958 je->elapsed_sec = le64_to_cpu(je->elapsed_sec); in convert_jobs_eta()
984 dst->elapsed_sec += je->elapsed_sec; in fio_client_sum_jobs_eta()
Dserver.c701 je->elapsed_sec = cpu_to_le64(je->elapsed_sec); in handle_send_eta_cmd()