Home
last modified time | relevance | path

Searched refs:gnuplot (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A 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
101 #cp $TMP/gnuplot.script .
102 cat $TMP/gnuplot.script | gnuplot
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A 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
101 #cp $TMP/gnuplot.script .
102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
H A 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
101 #cp $TMP/gnuplot.script .
102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
H A 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
101 #cp $TMP/gnuplot.script .
102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A 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
101 #cp $TMP/gnuplot.script .
102 ( cat $TMP/gnuplot.script; cat ) | gnuplot
/third_party/node/deps/v8/tools/
H A Dgc-nvp-trace-processor.py33 # run with flags --trace-gc --trace-gc-nvp. Relies on gnuplot for actual
60 def gnuplot(script): function
61 gnuplot = subprocess.Popen(["gnuplot"], stdin=subprocess.PIPE)
62 gnuplot.stdin.write(script)
63 gnuplot.stdin.close()
64 gnuplot.wait()
192 gnuplot(script)

Completed in 2 milliseconds