OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gpm
(Results
1 - 3
of
3
) sorted by null
/external/fio/tools/plot/samples/
Makefile
13
ln -sf ../*py ../*
gpm
.
16
rm -rf *png mygraph mymath *py *
gpm
gnuplot_temp_file* *~
/external/fio/tools/plot/
fio2gnuplot
49
f.write("call \'%s/graph3D.
gpm
\' \'%s' \'%s\' \'\' \'%s\' \'%s\'\n" % (gpm_dir,title,gnuplot_output_filename,gnuplot_output_filename,mode))
108
f.write("call \'%s/graph2D.
gpm
\' \'%s' \'%s\' \'%s\' \'%s\' \'%s\' \'%s\' \'%s\' \'%f\'\n" % (gpm_dir,title,tmp_filename,fio_data_file[pos],raw_filename,mode,smooth_filename,trend_filename,avg))
123
f.write("call \'%s/math.
gpm
\' \'%s' \'%s\' \'\' \'%s\' \'%s\' %s\n" % (gpm_dir,title,gnuplot_output_filename,gnuplot_output_filename,mode,average))
403
if not os.path.isfile(gpm_dir+'math.
gpm
'):
405
if not os.path.isfile(gpm_dir+'math.
gpm
'):
406
print "Looks like fio didn't get installed properly as no
gpm
files found in '/usr/share/fio' or '/usr/local/share/fio'\n"
/external/fio/
Makefile
381
$(INSTALL) -m 644 tools/plot/*
gpm
$(DESTDIR)$(sharedir)/
Completed in 886 milliseconds