Searched refs:plot_cmd (Results 1 – 7 of 7) sorted by relevance
/external/blktrace/btt/ |
D | 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_create/ |
D | 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/ |
D | 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/ |
D | 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_cond_timedwait/ |
D | 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/ |
D | 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/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/ |
D | Dot.py | 188 plot_cmd = "%s %s" % (self.dotty, self.temp_dot) 189 os.system(plot_cmd) 292 plot_cmd = self.dot 295 plot_cmd = self.dot 298 create_cmd = "%s -T%s %s -o %s" % (plot_cmd, file_type, self.temp_dot, file_name)
|