Home
last modified time | relevance | path

Searched refs:gnuplot (Results 1 – 25 of 36) 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/
Dmake_plot.sh22 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/
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/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/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/AFLplusplus/
Dafl-plot37 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/
Dperf-to-inst-page.sh46 " | gnuplot
53 " | gnuplot
68 " | gnuplot
/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.md153 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/
DCONTRIBUTING.md27 You'll probably want to install [gnuplot](http://www.gnuplot.info/) as well. See the gnuplot websit…
DCargo.toml.orig10 keywords = ["plotting", "gnuplot", "criterion"]
DCargo.toml24 "gnuplot",
/external/rust/crates/criterion/ci/
Dinstall.sh22 brew install gnuplot
/external/cronet/third_party/quic_trace/src/tools/
Dtime_sequence_gnuplot.sh58 gnuplot <<EOF
/external/cronet/third_party/quic_trace/src/
DREADME.md23 1. A simple gnuplot-based trace renderer.
61 ## Legacy gnuplot-based renderer
/external/rust/crates/criterion-plot/src/
Dlib.rs546 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