OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compare_trend
(Results
1 - 1
of
1
) sorted by null
/external/fio/tools/plot/
fio2gnuplot
81
compare_trend
=open(gnuplot_output_dir+compare_trend_filename+".gnuplot",'a')
variable
82
compare_trend
.write("set output '%s.png'\n" % compare_trend_filename)
89
compare_trend
.write("plot %s w l ls 1 ti 'Global average value (%.2f)'" % (global_avg,global_avg));
101
compare_trend
.write(",\\\n'%s' using 2:3 smooth bezier title '%s'" % (tmp_filename,fio_data_file[pos]))
116
compare_trend
.close()
Completed in 2136 milliseconds