Searched refs:gnuplot (Results 1 – 25 of 25) 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/eigen/bench/perf_monitoring/gemm/ |
D | make_plot.sh | 21 echo "set title '$WHAT'" > $WHAT.gnuplot 22 echo "set key autotitle columnhead outside " >> $WHAT.gnuplot 23 echo "set xtics rotate 1" >> $WHAT.gnuplot 25 echo "set term pdf color rounded enhanced fontscale 0.35 size 7in,5in" >> $WHAT.gnuplot 26 echo set output "'"$WHAT.pdf"'" >> $WHAT.gnuplot 29 … "plot for [col=2:$col+1] '$WHAT.out.header' using 0:col:xticlabels(1) with lines" >> $WHAT.gnuplot 30 echo " " >> $WHAT.gnuplot 32 gnuplot -persist < $WHAT.gnuplot 38 rm $WHAT.out.header $WHAT.gnuplot
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/ |
D | do-plot | 34 cat > $TMP/gnuplot.script <<EOF 52 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script 53 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script 58 echo "set key left top box lt 0" >> $TMP/gnuplot.script 60 echo "plot '$FILE' using 1:2 title \"${column[$count]}\" $with" >> $TMP/gnuplot.script 65 >> $TMP/gnuplot.script 70 ( cat $TMP/gnuplot.script; cat ) | gnuplot
|
D | README | 82 do-plot will invoke 'gnuplot' to generate a diagram showing the 83 progress of TL and TP. ('gnuplot has to be installed in the system').
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
D | do-plot | 54 cat > $TMP/gnuplot.script <<EOF 84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script 85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script 99 echo $plot_cmd >> $TMP/gnuplot.script 102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
D | do-plot | 54 cat > $TMP/gnuplot.script <<EOF 84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script 85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script 99 echo $plot_cmd >> $TMP/gnuplot.script 102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
D | do-plot | 54 cat > $TMP/gnuplot.script <<EOF 84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script 85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script 99 echo $plot_cmd >> $TMP/gnuplot.script 102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | do-plot | 54 cat > $TMP/gnuplot.script <<EOF 84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script 85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script 99 echo $plot_cmd >> $TMP/gnuplot.script 102 cat $TMP/gnuplot.script | gnuplot
|
D | NOTES | 31 This script will use gnuplot to create a png file named scalable.png. 33 (If your gnuplot does not support png terminal, just remove
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
D | do-plot | 54 cat > $TMP/gnuplot.script <<EOF 84 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script 85 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script 99 echo $plot_cmd >> $TMP/gnuplot.script 102 ( cat $TMP/gnuplot.script; cat ) | 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/toolchain-utils/ |
D | perf-to-inst-page.sh | 71 " | test gnuplot 85 " | test gnuplot
|
/external/iperf3/contrib/ |
D | README.txt | 4 iperf3_to_gnuplot.py: converts iperf3 JSON output to format easy to plot in gnuplot 6 iperf3.gp: sample gnuplot commands to plot throught and retransmits
|
/external/scapy/doc/scapy/ |
D | installation.rst | 232 $ sudo apt-get install tcpdump graphviz imagemagick python-gnuplot python-cryptography python-pyx 257 # yum install graphviz python-cryptography sox PyX gnuplot numpy 259 # wget http://heanet.dl.sourceforge.net/sourceforge/gnuplot-py/gnuplot-py-1.8.tar.gz 260 # tar xvfz gnuplot-py-1.8.tar.gz 261 # cd gnuplot-py-1.8 325 gnuplot and its Python binding: 329 # pkg_add gnuplot py-gnuplot
|
D | usage.rst | 27 INFO: Can't import python gnuplot wrapper . Won't be able to plot.
|
/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/swiftshader/third_party/LLVM/utils/ |
D | Makefile | 17 llvm-native-gxx makellvm NightlyTest.gnuplot NightlyTest.pl \
|
/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/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 | 1229 gnuplot\footnote{\texttt{www.gnuplot.info}}, and will enter interactive 1231 gnuplot commands at the \texttt{'gnuplot>'} prompt, and/or can change 1248 Utilizes gnuplot to generate a 3D plot of the block number 1259 To exit the plotter, enter 'quit' or ^D at the 'gnuplot> '
|