HomeSort by relevance Sort by last modified time
    Searched refs:gnuplot (Results 1 - 14 of 14) sorted by null

  /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/chromium_org/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
79 def gnuplot(script): function
80 gnuplot = subprocess.Popen(["gnuplot"], stdin=subprocess.PIPE)
81 gnuplot.stdin.write(script)
82 gnuplot.stdin.close()
83 gnuplot.wait()
211 gnuplot(script)
plot-timer-events 90 cat timer-events.plot | gnuplot > timer-events.png
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_plot.sh 63 gen_gnuplot_input "$log" | gnuplot -persist
  /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 -
  /external/chromium_org/v8/tools/profviz/
worker.js 158 time("Running gnuplot (" + objects + " objects)",
profviz.js 38 "gnuplot-4.6.3-emscripten.js"
composer.js 381 // to make it easier for gnuplot.
gnuplot-4.6.3-emscripten.js 29 // This Javascript port of gnuplot 4.6.3 [1] has been generated using
31 // whose changes to gnuplot's source files can be found below [4] in
32 // accordance to gnuplot's copyright.
34 // [1] http://www.gnuplot.info/
36 // [3] https://github.com/chhu/gnuplot-JS
37 // [4] Patch to gnuplot 4.6.3
38 // --- gnuplot-4.6.3/src/axis.c 2012-11-08 18:13:08.000000000 +0100
39 // +++ gnuplot-4.6.3_mod/src/axis.c 2013-05-11 11:08:08.791587160 +0200
    [all...]
  /external/fio/tools/plot/
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...]
  /external/blktrace/btt/doc/
btt.tex     [all...]

Completed in 5371 milliseconds