Searched refs:gnuplot (Results 1 – 19 of 19) sorted by relevance
/external/eigen/bench/btl/data/ |
D | 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 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 44 echo "'"$LAST"'" title "'"$TITLE"'" >> $WHAT.gnuplot 46 echo set term jpeg large >> $WHAT.gnuplot [all …]
|
D | mk_new_gnuplot.sh | 5 cat ../gnuplot_common_settings.hh > ${WHAT}.gnuplot 7 …o "set title " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 2` >> $WHAT.gnuplot 8 … `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 3` " offset 0,0" >> $WHAT.gnuplot 9 … 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 28 echo plot \\ >> $WHAT.gnuplot 39 …E"'" `grep $TITLE ../perlib_plot_settings.txt | head -n 1 | cut -d ";" -f 2` "\\" >> $WHAT.gnuplot [all …]
|
D | mk_mean_script.sh | 35 rm -f *.gnuplot
|
/external/v8/tools/ |
D | draw_instruction_graph.sh | 35 gnuplot=/usr/bin/gnuplot 79 if [ ! -e $gnuplot ]; then 80 echo "Can't find gnuplot at $gnuplot." 86 echo | $gnuplot <<EOF
|
D | gc-nvp-trace-processor.py | 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)
|
D | plot-timer-events | 90 cat timer-events.plot | gnuplot > timer-events.png
|
/external/fio/tools/plot/ |
D | fio2gnuplot.manpage | 2 fio2gnuplot - Render fio's output files with gnuplot 9 …ot 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
|
/external/fio/tools/ |
D | fio_generate_plots | 24 GNUPLOT=$(which gnuplot) 27 echo You need gnuplot installed to generate graphs
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | plot_dynamics.sh | 87 gen_gnuplot_input | gnuplot -persist
|
D | plot_bars.sh | 286 gen_gnuplot_bar_input | gnuplot -persist
|
/external/autotest/client/tests/iozone/ |
D | postprocessing.py | 341 self.gnuplot = os_dep.command("gnuplot") 403 utils.system("%s %s" % (self.gnuplot, commands_path)) 442 utils.system("%s %s" % (self.gnuplot, commands_path))
|
/external/autotest/tko/ |
D | machine_test_attribute_graph.cgi | 33 graph = plotgraph.gnuplot(title, 'Kernel', key, xsort = sort_kernels)
|
D | plotgraph.py | 22 class gnuplot: class
|
D | machine_aggr.cgi | 59 …graph = plotgraph.gnuplot(title, 'Kernel', 'normalized throughput (%)', xsort = sort_kernels, size…
|
D | nightly.py | 399 graph = plotgraph.gnuplot(title, xlegend, ylegend, size=size, 415 graph = plotgraph.gnuplot(title, xlegend, ylegend, size=size)
|
/external/srtp/ |
D | timing | 3 # gnuplot script file for plotting the output generated by srtp_driver -t
|
/external/eigen/bench/btl/ |
D | README | 46 …If gnuplot is available, choose a directory name in the data directory to store the results and ty… 71 data : directory used to store gnuplot scripts and data analysis utilities
|
/external/blktrace/btt/doc/ |
D | btt.tex | 1126 gnuplot\footnote{\texttt{www.gnuplot.info}}, and will enter interactive 1128 gnuplot commands at the \texttt{'gnuplot>'} prompt, and/or can change 1146 Utilizes gnuplot to generate a 3D plot of the block number 1157 To exit the plotter, enter 'quit' or ^D at the 'gnuplot> '
|
/external/fio/ |
D | HOWTO | 1414 script uses gnuplot to turn these text files into nice
|