OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plot_cmd
(Results
1 - 6
of
6
) sorted by null
/external/blktrace/btt/
bno_plot.py
95
plot_cmd
= None
variable
106
if
plot_cmd
== None:
plot_cmd
= "splot '%s'" % t
107
else:
plot_cmd
= "%s,'%s'" % (
plot_cmd
, t)
112
print >>fo,
plot_cmd
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
do-plot
91
plot_cmd
="plot '$FILE' using 1:2 title \"${column[$count]}\" $with"
95
plot_cmd
=$
plot_cmd
",'$FILE' using 1:$count title \"${column[$count]}\" $with"
99
echo $
plot_cmd
>> $TMP/gnuplot.script
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
do-plot
91
plot_cmd
="plot '$FILE' using 1:2 title \"${column[$count]}\" $with"
95
plot_cmd
=$
plot_cmd
",'$FILE' using 1:$count title \"${column[$count]}\" $with"
99
echo $
plot_cmd
>> $TMP/gnuplot.script
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
do-plot
91
plot_cmd
="plot '$FILE' using 1:2 title \"${column[$count]}\" $with"
95
plot_cmd
=$
plot_cmd
",'$FILE' using 1:$count title \"${column[$count]}\" $with"
99
echo $
plot_cmd
>> $TMP/gnuplot.script
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
do-plot
91
plot_cmd
="plot '$FILE' using 1:2 title \"${column[$count]}\" $with"
95
plot_cmd
=$
plot_cmd
",'$FILE' using 1:$count title \"${column[$count]}\" $with"
99
echo $
plot_cmd
>> $TMP/gnuplot.script
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
do-plot
91
plot_cmd
="plot '$FILE' using 1:2 title \"${column[$count]}\" $with"
95
plot_cmd
=$
plot_cmd
",'$FILE' using 1:$count title \"${column[$count]}\" $with"
99
echo $
plot_cmd
>> $TMP/gnuplot.script
Completed in 501 milliseconds