/external/eigen/bench/btl/data/ |
mk_gnuplot_script.sh | 5 cat $WHAT.hh > $WHAT.gnuplot 9 echo plot \\ >> $WHAT.gnuplot 23 echo "'"$FILE"'" title "'"$TITLE"'" ",\\" >> $WHAT.gnuplot 27 echo "'"$LAST"'" title "'"$TITLE"'" >> $WHAT.gnuplot 29 #echo set term postscript color >> $WHAT.gnuplot 30 #echo set output "'"$WHAT.ps"'" >> $WHAT.gnuplot 31 echo set term pbm small color >> $WHAT.gnuplot 32 echo set output "'"$WHAT.ppm"'" >> $WHAT.gnuplot 33 echo plot \\ >> $WHAT.gnuplot 40 echo "'"$FILE"'" title "'"$TITLE"'" ",\\" >> $WHAT.gnuplot [all...] |
mk_new_gnuplot.sh | 5 cat ../gnuplot_common_settings.hh > ${WHAT}.gnuplot 7 echo "set title " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 2` >> $WHAT.gnuplot 8 echo "set xlabel " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 3` " offset 0,0" >> $WHAT.gnuplot 9 echo "set xrange [" `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 4` "]" >> $WHAT.gnuplot 13 echo "set xrange [2:16]" >> $WHAT.gnuplot 14 echo "set nologscale" >> $WHAT.gnuplot 21 echo set term postscript color rounded enhanced >> $WHAT.gnuplot 22 echo set output "'"../${DIR}/$WHAT.ps"'" >> $WHAT.gnuplot 24 # echo set term svg color rounded enhanced >> $WHAT.gnuplot 25 # echo "set terminal svg enhanced size 1000 1000 fname \"Times\" fsize 36" >> $WHAT.gnuplot [all...] |
mk_mean_script.sh | 35 rm -f *.gnuplot
|
/external/autotest/tko/ |
plotgraph | 59 open (GNUPLOT, "> ${file}.gnuplot"); 61 print GNUPLOT "set terminal png size $x_res,$y_res\n"; 62 print GNUPLOT "set key below\n"; 63 print GNUPLOT "set title \"$title\"\n"; 64 print GNUPLOT "set xlabel \"Kernel\"\n"; 65 print GNUPLOT "set ylabel \"${y_label}\"\n"; 66 print GNUPLOT "set output \"${file}.png\"\n"; 67 print GNUPLOT "set style data yerrorlines\n"; 68 print GNUPLOT "set grid\n" [all...] |
plotgraph.py | 4 Class to draw gnuplot graphs for autotest performance analysis. 22 class gnuplot: class in inherits: 38 # prepend 2 blanks to work around gnuplot bug 72 p = Popen("/usr/bin/gnuplot", stdin = subprocess.PIPE)
|
machine_test_attribute_graph.cgi | 33 graph = plotgraph.gnuplot(title, 'Kernel', key, xsort = sort_kernels)
|
/external/autotest/client/tests/iozone/ |
iozone3_347.tar | |
postprocessing.py | 6 graphs. The graph generation functionality depends on gnuplot, and if it 335 Plots graphs based on the results of an IOzone run. Uses gnuplot to 341 self.gnuplot = os_dep.command("gnuplot") 343 logging.error("Command gnuplot not found, disabling graph " 363 Creates data file without headers for gnuplot consumption. 382 For each one of the throughput parameters, generate a set of gnuplot 403 utils.system("%s %s" % (self.gnuplot, commands_path)) 411 For each one of the throughput parameters, generate a set of gnuplot 442 utils.system("%s %s" % (self.gnuplot, commands_path) [all...] |
/external/blktrace/doc/ |
bno_plot.1 | 27 bno_plot utilizes gnuplot to generate a 3D plot of the block number output from 36 To use this utility, the gnuplot package needs to be installed. 38 To exit the plotter, enter 'quit' or ^D at the 'gnuplot> ' prompt. 63 btt (1), gnuplot (1), blktrace (8), blkparse (1), verify_blkparse (1), blkrawverify (1)
|
/external/fio/tools/plot/ |
fio2gnuplot.1 | 4 \fBfio2gnuplot \fP- Render fio's output files with gnuplot 17 \fBfio2gnuplot\fP analyze a set of fio's log files to turn them into a set of graphical traces using gnuplot tool. 28 Using csplines option of gnuplot, the rendering is 106 \fB-g\fP or \fB--gnuplot\fP 107 Render gnuplot traces before exiting 111 The basename for gnuplot traces (set with the \fIpattern\fP if defined) 115 The directory where gnuplot shall render files. 119 The \fItitle\fP of the gnuplot traces. 142 Keep all temporary files from gnuplot's output dir
|
fio2gnuplot.manpage | 2 fio2gnuplot - Render fio's output files with gnuplot 9 fio2gnuplot analyze a set of fio's log files to turn them into a set of graphical traces using gnuplot tool. 16 Using csplines option of gnuplot, the rendering is 73 -g or --gnuplot 74 Render gnuplot traces before exiting 77 The basename for gnuplot traces (set with the pattern if defined) 80 The directory where gnuplot shall render files. 83 The title of the gnuplot traces. 101 Keep all temporary files from gnuplot's output dir
|
fio2gnuplot | 52 compare=open(gnuplot_output_dir + 'compare.gnuplot','w') 69 shutil.copy(gnuplot_output_dir+'compare.gnuplot',gnuplot_output_dir+compare_raw_filename+".gnuplot") 70 shutil.copy(gnuplot_output_dir+'compare.gnuplot',gnuplot_output_dir+compare_smooth_filename+".gnuplot") 71 shutil.copy(gnuplot_output_dir+'compare.gnuplot',gnuplot_output_dir+compare_trend_filename+".gnuplot") 72 temporary_files.append(gnuplot_output_dir+compare_raw_filename+".gnuplot") 73 temporary_files.append(gnuplot_output_dir+compare_smooth_filename+".gnuplot") 74 temporary_files.append(gnuplot_output_dir+compare_trend_filename+".gnuplot") [all...] |
math.gpm | 1 # This Gnuplot file has been generated by eNovance
|
graph2D.gpm | 1 # This Gnuplot file has been generated by eNovance
|
graph3D.gpm | 1 # This Gnuplot file has been generated by eNovance
|
/external/v8/tools/ |
draw_instruction_graph.sh | 35 gnuplot=/usr/bin/gnuplot 78 # Check for gnuplot, and warn if not available. 79 if [ ! -e $gnuplot ]; then 80 echo "Can't find gnuplot at $gnuplot." 81 echo "Gnuplot version 4.6.3 or later required." 85 # Initialise gnuplot, and give it the data to draw. 86 echo | $gnuplot <<EOF
|
gc-nvp-trace-processor.py | 33 # run with flags --trace-gc --trace-gc-nvp. Relies on gnuplot for actual 49 def gnuplot(script): function 50 gnuplot = subprocess.Popen(["gnuplot"], stdin=subprocess.PIPE) 51 gnuplot.stdin.write(script) 52 gnuplot.stdin.close() 53 gnuplot.wait() 181 gnuplot(script)
|
/system/extras/tests/sdcard/ |
README | 21 If you want to graph the results you need gnuplot and numpy: 23 sudo apt-get install gnuplot python-numpy python-numeric 25 You need Gnuplot.py version 1.8 (not the one coming with ubuntu). 26 Download it from the Gnuplot.py web site. Extract to a temp
|
plot_sdcard.py | 20 Requires Gnuplot python v 1.8 43 import Gnuplot 200 gp = Gnuplot.Gnuplot(persist=1) 215 d = Gnuplot.Data(x, dataset.data, 219 d = Gnuplot.Data(x, dataset.data, 236 gp = Gnuplot.Gnuplot(persist=1) 251 d = Gnuplot.Data(x, dataset.data, 255 d = Gnuplot.Data(x, dataset.data [all...] |
/external/fio/tools/ |
fio_generate_plots | 5 # benchmark utiliy. I only retained how GNUplot is used to generate graphs, as 12 # This script supports GNUPLOT 4.4 and higher. 24 GNUPLOT=$(which gnuplot) 25 if [ ! -x "$GNUPLOT" ] 27 echo You need gnuplot installed to generate graphs 112 echo " $PLOT_TITLE ; $YAXIS ; $DEFAULT_OPTS ; show style lines ; $OUTPUT ; plot " $PLOT_LINE | $GNUPLOT -
|
fio_generate_plots.1 | 33 \fBfio_generate_plots\fP is a shell script that uses gnuplot to
|
/external/srtp/ |
timing | 1 # timing.plt
#
# gnuplot script file for plotting the output generated by srtp_driver -t
#
# David A. McGrew
# Cisco Syste (…)
|
/external/v8/tools/profviz/ |
profviz.html | 138 <a href="http://gnuplot.respawned.com/">Javascript port</a> 139 of Gnuplot 4.6.3. 147 The <a href="http://www.gnuplot.info/">Gnuplot project</a>.
|
/external/blktrace/btt/ |
bno_plot.py | 28 Utilizes gnuplot to generate a 3D plot of the block number output 38 To exit the plotter, enter 'quit' or ^D at the 'gnuplot> ' prompt. 117 cmd = '/usr/bin/gnuplot %s/plot.cmds -' % tmpdir
|
/external/libvorbis/vq/ |
metrics.c | 289 " basename-me.m: gnuplot: mean error by entry value\n" 290 " basename-mse.m: gnuplot: mean square error by entry value\n" 291 " basename-worst.m: gnuplot: worst error by entry value\n" 292 " basename-distance.m: gnuplot file showing distance probability\n"
|