Home
last modified time | relevance | path

Searched refs:gnuplot (Results 1 – 25 of 29) sorted by relevance

12

/external/eigen/bench/btl/data/
Dmk_gnuplot_script.sh5 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 …]
Dmk_new_gnuplot.sh5 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 …]
Dmk_mean_script.sh35 rm -f *.gnuplot
/external/eigen/bench/perf_monitoring/gemm/
Dmake_plot.sh21 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/stress/threads/pthread_cond_timedwait/
Ddo-plot54 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
DNOTES31 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/fork/
Ddo-plot54 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_init/
Ddo-plot54 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/
Ddo-plot54 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/
Ddo-plot54 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/toolchain-utils/heatmaps/
Dperf-to-inst-page.sh46 " | gnuplot
53 " | gnuplot
68 " | gnuplot
/external/libwebsockets/READMEs/
DREADME.detailed-latency.md11 space-separated format suitable for gnuplot, to a specified file.
28 text data that is easy to process with shell commands and gnuplot.
74 ## Processing captured data with gnuplot
78 Create a gnuplot script, eg myscript.gp
112 ### gnuplot invocation argument
115 $ cat /tmp/lws-latency-results | grep " w " \>/tmp/1 ; gnuplot myscript.gp && eog lws-latency.png
/external/iperf3/contrib/
DREADME.txt4 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/
Dplots.sh46 gnuplot -e "${E}"
48 gnuplot -e "${E}" --persist
/external/rust/crates/grpcio-sys/grpc/third_party/re2/benchlog/
Dbenchplot.py8 class gnuplot(object): class
95 with gnuplot() as plot:
/external/rust/crates/criterion/
DREADME.md48 - __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…
DCONTRIBUTING.md27 You'll probably want to install [gnuplot](http://www.gnuplot.info/) as well. See the gnuplot websit…
DCHANGELOG.md88 gnuplot backend will be used by default when available, and the plotters backend will be used when
89 gnuplot is not available or when requested.
203 - Don't panic when `gnuplot --version` fails.
207 - Criterion.rs no longer fails to parse gnuplot version numbers like
208 `gnuplot 5.2 patchlevel 5a (Gentoo revision r0)`
209 - Criterion.rs no longer prints an error message that gnuplot couldn't be found when chart
213 make them unique. This fixes a problem where gnuplot would crash if the title was extremely long,
365 cause Criterion.rs to generate extra debug output and save the gnuplot scripts
369 - Don't panic on IO errors or gnuplot failures
370 - Fix generation of invalid gnuplot scripts when benchmarking over inputs and inputs include values…
/external/rust/crates/criterion/ci/
Dinstall.sh22 brew install gnuplot
/external/rust/crates/criterion-plot/
DCargo.toml.orig10 keywords = ["plotting", "gnuplot", "criterion"]
DCargo.toml20 keywords = ["plotting", "gnuplot", "criterion"]
/external/autotest/client/tests/iozone/
Dpostprocessing.py341 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/libsrtp2/
Dtiming3 # gnuplot script file for plotting the output generated by srtp_driver -t
/external/rust/crates/criterion-plot/src/
Dlib.rs543 let mut gnuplot = Command::new("gnuplot") in draw() localVariable
548 self.dump(gnuplot.stdin.as_mut().unwrap())?; in draw()
549 Ok(gnuplot) in draw()
/external/eigen/bench/btl/
DREADME46 …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

12