Home
last modified time | relevance | path

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

/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.c354 je->elapsed_sec = (mtime_since_genesis() + 999) / 1000; in calc_thread_status()
400 if (je->elapsed_sec >= 3) in calc_thread_status()
483 if (je->eta_sec != INT_MAX && je->elapsed_sec) { in display_thread_status()
484 perc = (double) je->elapsed_sec / (double) (je->elapsed_sec + je->eta_sec); in display_thread_status()
Dstat.h205 uint64_t elapsed_sec; member
Dclient.c1050 je->elapsed_sec = le64_to_cpu(je->elapsed_sec); in convert_jobs_eta()
1076 dst->elapsed_sec += je->elapsed_sec; in fio_client_sum_jobs_eta()
Dserver.c732 je->elapsed_sec = cpu_to_le64(je->elapsed_sec); in handle_send_eta_cmd()