/external/chromium_org/components/domain_reliability/ |
test_util.h | 113 int elapsed_sec() { return (now_ticks_ - epoch_ticks_).InSeconds(); } function in class:domain_reliability::MockTime
|
test_util.cc | 112 VLOG(1) << "Creating mock time: T=" << elapsed_sec() << "s"; 135 VLOG(1) << "Advancing mock time: task at T=" << elapsed_sec() << "s"; 142 VLOG(1) << "Advanced mock time: T=" << elapsed_sec() << "s";
|
/external/fio/ |
gclient.c | 360 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_str[0]); 419 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.write_iops, je->elapsed_sec, je->iops[1], iops_str[1]); 420 graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.trim_iops, je->elapsed_sec, je->iops[2], iops_str[2]); 421 graph_add_xy_data(ge->graphs.bandwidth_graph, ge->graphs.read_bw, je->elapsed_sec, je->rate[0], rate_str[0]); 422 graph_add_xy_data(ge->graphs.bandwidth_graph, ge->graphs.write_bw, je->elapsed_sec, je->rate[1], rate_str[1]); 423 graph_add_xy_data(ge->graphs.bandwidth_graph, ge->graphs.trim_bw, je->elapsed_sec, je->rate[2], rate_str[2]); 458 if (je->eta_sec != INT_MAX && je->elapsed_sec) { [all...] |
eta.c | 334 je->elapsed_sec = (mtime_since_genesis() + 999) / 1000; 381 if (je->elapsed_sec >= 3) 463 if (je->eta_sec != INT_MAX && je->elapsed_sec) { 464 perc = (double) je->elapsed_sec / (double) (je->elapsed_sec + je->eta_sec);
|
stat.h | 196 uint64_t elapsed_sec; member in struct:jobs_eta
|
client.c | 958 je->elapsed_sec = le64_to_cpu(je->elapsed_sec); 984 dst->elapsed_sec += je->elapsed_sec; [all...] |
server.c | 701 je->elapsed_sec = cpu_to_le64(je->elapsed_sec); [all...] |