OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_u_lat
(Results
1 - 6
of
6
) sorted by null
/external/fio/
profile.h
17
int (*
io_u_lat
)(struct thread_data *, uint64_t);
member in struct:prof_io_ops
stat.h
291
extern void stat_calc_lat_m(struct thread_stat *ts, double *
io_u_lat
);
292
extern void stat_calc_lat_u(struct thread_stat *ts, double *
io_u_lat
);
gclient.c
933
double
io_u_lat
[FIO_IO_U_LAT_U_NR + FIO_IO_U_LAT_M_NR];
local
943
stat_calc_lat_u(ts,
io_u_lat
);
944
stat_calc_lat_m(ts, &
io_u_lat
[FIO_IO_U_LAT_U_NR]);
951
if (
io_u_lat
[i] == 0.00)
965
tree_view = gfio_output_lat_buckets(&
io_u_lat
[start], &ranges[start], end - start + 1);
966
ge->lat_bucket_graph = setup_lat_bucket_graph("Latency buckets", &
io_u_lat
[start], &ranges[start], end - start + 1, 700.0, 300.0);
[
all
...]
stat.c
358
void stat_calc_lat_u(struct thread_stat *ts, double *
io_u_lat
)
360
stat_calc_lat(ts,
io_u_lat
, ts->io_u_lat_u, FIO_IO_U_LAT_U_NR);
363
void stat_calc_lat_m(struct thread_stat *ts, double *
io_u_lat
)
365
stat_calc_lat(ts,
io_u_lat
, ts->io_u_lat_m, FIO_IO_U_LAT_M_NR);
475
static int show_lat(double *
io_u_lat
, int nr, const char **ranges,
481
if (
io_u_lat
[i] <= 0.0)
493
log_buf(out, "%s%3.2f%%", ranges[i],
io_u_lat
[i]);
[
all
...]
io_u.c
[
all
...]
/external/fio/profiles/
act.c
455
.
io_u_lat
= act_io_u_lat,
Completed in 4929 milliseconds