Home
last modified time | relevance | path

Searched refs:runt (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dstat.c367 unsigned long min, max, runt; in show_ddir_status() local
379 runt = ts->runtime[ddir]; in show_ddir_status()
381 bw = (1000 * ts->io_bytes[ddir]) / runt; in show_ddir_status()
385 iops = (1000 * (uint64_t)ts->total_io_u[ddir]) / runt; in show_ddir_status()
540 double runt = (double) runtime; in show_thread_status_normal() local
542 usr_cpu = (double) ts->usr_time * 100 / runt; in show_thread_status_normal()
543 sys_cpu = (double) ts->sys_time * 100 / runt; in show_thread_status_normal()
615 uint64_t runt = ts->runtime[ddir]; in show_ddir_status_terse() local
617 bw = ((1000 * ts->io_bytes[ddir]) / runt) / 1024; in show_ddir_status_terse()
618 iops = (1000 * (uint64_t) ts->total_io_u[ddir]) / runt; in show_ddir_status_terse()
[all …]
Didletime.c327 uint64_t runt; in fio_idle_prof_stop() local
356 runt = utime_since(&ipt->tps, &ipt->tpe); in fio_idle_prof_stop()
357 if (runt) in fio_idle_prof_stop()
358 ipt->idleness = ipt->loops * ipc.cali_mean / runt; in fio_idle_prof_stop()
Dgclient.c825 double runt = (double) runtime; local
827 usr_cpu = (double) ts->usr_time * 100 / runt;
828 sys_cpu = (double) ts->sys_time * 100 / runt;
1181 unsigned long min[3], max[3], runt; local
1192 runt = ts->runtime[ddir];
1194 bw = (1000 * ts->io_bytes[ddir]) / runt;
1198 iops = (1000 * (uint64_t)ts->total_io_u[ddir]) / runt;
DHOWTO1772 write: io= 32MB, bw= 666KB/s, iops=89 , runt= 50320msec
1791 runt= The runtime of that thread