OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iops_str
(Results
1 - 2
of
2
) sorted by null
/external/fio/
gclient.c
391
char *
iops_str
[DDIR_RWDIR_CNT];
local
407
iops_str
[0] = num2str(je->iops[0], 4, 1, 0, 0);
408
iops_str
[1] = num2str(je->iops[1], 4, 1, 0, 0);
409
iops_str
[2] = num2str(je->iops[2], 4, 1, 0, 0);
412
gtk_entry_set_text(GTK_ENTRY(ge->eta.read_iops),
iops_str
[0]);
414
gtk_entry_set_text(GTK_ENTRY(ge->eta.write_iops),
iops_str
[1]);
416
gtk_entry_set_text(GTK_ENTRY(ge->eta.trim_iops),
iops_str
[2]);
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])
486
char *
iops_str
[3];
local
[
all
...]
eta.c
509
char *
iops_str
[DDIR_RWDIR_CNT];
local
531
iops_str
[ddir] = num2str(je->iops[ddir], 4, 1, 0, 0);
539
iops_str
[DDIR_READ],
iops_str
[DDIR_WRITE],
540
iops_str
[DDIR_TRIM], eta_str);
548
free(
iops_str
[ddir]);
Completed in 183 milliseconds