OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:global_avg
(Results
1 - 1
of
1
) sorted by null
/external/fio/tools/plot/
fio2gnuplot
86
global_avg
= average(global_disk_perf)
variable
87
compare_raw.write("plot %s w l ls 1 ti 'Global average value (%.2f)'" % (
global_avg
,
global_avg
));
88
compare_smooth.write("plot %s w l ls 1 ti 'Global average value (%.2f)'" % (
global_avg
,
global_avg
));
89
compare_trend.write("plot %s w l ls 1 ti 'Global average value (%.2f)'" % (
global_avg
,
global_avg
));
Completed in 162 milliseconds