Searched defs:compare_trend (Results 1 - 1 of 1) sorted by path

/external/fio/tools/plot/
H A Dfio2gnuplot81 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 165 milliseconds