/external/eigen/bench/perf_monitoring/gemm/ |
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 echo "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 [all...] |
/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/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/ |
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
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
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 101 #cp $TMP/gnuplot.script . 102 cat $TMP/gnuplot.script | gnuplot
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
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 101 #cp $TMP/gnuplot.script . 102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
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 101 #cp $TMP/gnuplot.script . 102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
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 101 #cp $TMP/gnuplot.script . 102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
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 101 #cp $TMP/gnuplot.script . 102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
|
/external/toolchain-utils/ |
perf-to-inst-page.sh | 71 " | test gnuplot 85 " | test gnuplot
|
/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)
|
plot-timer-events | 90 cat timer-events.plot | gnuplot > timer-events.png
|
/external/swiftshader/third_party/LLVM/utils/ |
Makefile | 17 llvm-native-gxx makellvm NightlyTest.gnuplot NightlyTest.pl \
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
plot_dynamics.sh | 87 gen_gnuplot_input | gnuplot -persist
|
plot_bars.sh | 286 gen_gnuplot_bar_input | gnuplot -persist
|
/external/autotest/client/tests/iozone/ |
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...] |
/art/tools/runtime_memusage/ |
sanitizer_logcat_analysis.sh | 349 # Contains the category names used for legend of gnuplot 362 gnuplot --persist -e \
|
/external/v8/tools/profviz/ |
worker.js | 156 time("Running gnuplot (" + objects + " objects)",
|
profviz.js | 39 "gnuplot-4.6.3-emscripten.js"
|
composer.js | 382 // 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/blktrace/btt/doc/ |
btt.tex | [all...] |