Home
last modified time | relevance | path

Searched refs:gnuplot_output_filename (Results 1 – 1 of 1) sorted by relevance

/external/fio/tools/plot/
Dfio2gnuplot41 def generate_gnuplot_script(fio_data_file,title,gnuplot_output_filename,gnuplot_output_dir,mode,dis… argument
49 … \'%s' \'%s\' \'\' \'%s\' \'%s\'\n" % (gpm_dir,title,gnuplot_output_filename,gnuplot_output_filena…
65 compare_raw_filename="compare-%s-2Draw" % (gnuplot_output_filename)
66 compare_smooth_filename="compare-%s-2Dsmooth" % (gnuplot_output_filename)
67 compare_trend_filename="compare-%s-2Dtrend" % (gnuplot_output_filename)
119 def generate_gnuplot_math_script(title,gnuplot_output_filename,mode,average,gnuplot_output_dir,gpm_… argument
123 …%s' \'%s\' \'\' \'%s\' \'%s\' %s\n" % (gpm_dir,title,gnuplot_output_filename,gnuplot_output_filena…
126 def compute_aggregated_file(fio_data_file, gnuplot_output_filename, gnuplot_output_dir): argument
137 f = open(gnuplot_output_dir+gnuplot_output_filename, "w")
138 temporary_files.append(gnuplot_output_dir+gnuplot_output_filename)
[all …]