Searched refs:gnuplot (Results 1 – 25 of 36) sorted by relevance
12
| /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/ |
| D | make_plot.sh | 22 echo "set title '$WHAT'" > $WHAT.gnuplot 23 echo "set key autotitle columnhead outside " >> $WHAT.gnuplot 24 echo "set xtics rotate 1" >> $WHAT.gnuplot 26 echo "set term pdf color rounded enhanced fontscale 0.35 size 7in,5in" >> $WHAT.gnuplot 27 echo set output "'"$WHAT.pdf"'" >> $WHAT.gnuplot 30 … "plot for [col=2:$col+1] '$WHAT.out.header' using 0:col:xticlabels(1) with lines" >> $WHAT.gnuplot 31 echo " " >> $WHAT.gnuplot 33 gnuplot -persist < $WHAT.gnuplot 39 rm $WHAT.out.header $WHAT.gnuplot
|
| /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/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/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/AFLplusplus/ |
| D | afl-plot | 37 This program generates gnuplot images from afl-fuzz output data. 96 GNUPLOT=`command -v gnuplot 2>/dev/null` 226 ) | gnuplot 2> /dev/null & 240 ) | gnuplot 2> /dev/null & 254 ) | gnuplot 2> /dev/null & 268 ) | gnuplot 2> /dev/null & 290 ) | gnuplot
|
| /external/toolchain-utils/heatmaps/ |
| D | perf-to-inst-page.sh | 46 " | gnuplot 53 " | gnuplot 68 " | 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/pffft/ |
| D | plots.sh | 46 gnuplot -e "${E}" 48 gnuplot -e "${E}" --persist
|
| /external/rust/crates/grpcio-sys/grpc/third_party/re2/benchlog/ |
| D | benchplot.py | 8 class gnuplot(object): class 95 with gnuplot() as plot:
|
| /external/rust/crates/criterion/ |
| D | README.md | 48 - __Charts__: Uses [gnuplot](http://www.gnuplot.info/) to generate detailed graphs of benchmark res… 53 In order to generate plots, you must have [gnuplot](http://www.gnuplot.info/) installed. See the gn…
|
| D | CONTRIBUTING.md | 27 You'll probably want to install [gnuplot](http://www.gnuplot.info/) as well. See the gnuplot websit…
|
| D | CHANGELOG.md | 153 gnuplot backend will be used by default when available, and the plotters backend will be used when 154 gnuplot is not available or when requested. 289 - Don't panic when `gnuplot --version` fails. 293 - Criterion.rs no longer fails to parse gnuplot version numbers like 294 `gnuplot 5.2 patchlevel 5a (Gentoo revision r0)` 295 - Criterion.rs no longer prints an error message that gnuplot couldn't be found when chart 299 make them unique. This fixes a problem where gnuplot would crash if the title was extremely long, 476 cause Criterion.rs to generate extra debug output and save the gnuplot scripts 481 - Don't panic on IO errors or gnuplot failures 482 - Fix generation of invalid gnuplot scripts when benchmarking over inputs and inputs include values…
|
| /external/rust/crates/criterion-plot/ |
| D | CONTRIBUTING.md | 27 You'll probably want to install [gnuplot](http://www.gnuplot.info/) as well. See the gnuplot websit…
|
| D | Cargo.toml.orig | 10 keywords = ["plotting", "gnuplot", "criterion"]
|
| D | Cargo.toml | 24 "gnuplot",
|
| /external/rust/crates/criterion/ci/ |
| D | install.sh | 22 brew install gnuplot
|
| /external/cronet/third_party/quic_trace/src/tools/ |
| D | time_sequence_gnuplot.sh | 58 gnuplot <<EOF
|
| /external/cronet/third_party/quic_trace/src/ |
| D | README.md | 23 1. A simple gnuplot-based trace renderer. 61 ## Legacy gnuplot-based renderer
|
| /external/rust/crates/criterion-plot/src/ |
| D | lib.rs | 546 let mut gnuplot = Command::new("gnuplot") in draw() localVariable 551 self.dump(gnuplot.stdin.as_mut().unwrap())?; in draw() 552 Ok(gnuplot) in draw()
|
12