HomeSort by relevance Sort by last modified time
    Searched refs:ylabel (Results 1 - 25 of 44) sorted by null

1 2

  /external/walt/pywalt/
plothist.py 25 ylabel('Count')
  /external/lisa/libs/utils/analysis/
functions_analysis.py 70 ylabel = 'Completion Time [us]'
73 ylabel = 'Execution Time [us]'
78 axes.set_ylabel(ylabel)
binder_transaction_analysis.py 94 def plot_samples(self, df, y_axis, xlabel, ylabel,
106 :param ylabel: label that appears on the plot's y-axis
107 :type ylabel: str
114 ax.set_ylabel(ylabel)
120 def plot_tasks(self, df, threshold, x_axis, y_axis, xlabel, ylabel):
135 :param ylabel: label that appears on the plot's y-axis
136 :type ylabel: str
144 ax.set_ylabel(ylabel)
  /external/lisa/tools/analysis/
run_binder_throughput_analysis.py 90 def _plot(self, xlabel, ylabel):
92 plt.ylabel(ylabel)
97 def plot_latency(self, xlabel, ylabel):
99 self._plot(xlabel, ylabel)
101 def plot_throughput(self, xlabel, ylabel):
103 self._plot(xlabel, ylabel)
  /external/autotest/tko/
plotgraph.py 23 def __init__(self, title, xlabel, ylabel, xsort = sorted, size = "1180,900", keytitle = None):
26 self.ylabel = ylabel
82 g.write('set ylabel "%s"\n' % self.ylabel)
  /system/extras/memcpy-perf/
graph_memcpy.py 15 plt.ylabel("BW in GB/s")
  /cts/apps/CameraITS/tests/inprog/
test_param_black_level_lock.py 66 pylab.ylabel("Pixel count")
test_black_level.py 89 pylab.ylabel("Pixel count")
  /cts/suite/cts/utils/
grapher.py 77 plt.ylabel('FPS')
  /external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
do-plot 36 set ylabel "Progress"
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
do-plot 58 set ylabel "Latency (s)"
  /external/ltp/testcases/realtime/tools/
ftqviz.py 107 ylabel("Units of Work")
118 ylabel("Amplitude")
  /cts/apps/CameraITS/tests/scene0/
test_gyro_bias.py 68 pylab.ylabel("Gyro readings (mean of %d samples)"%(N))
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
do-plot 58 set ylabel "Duration (s)"
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
do-plot 58 set ylabel "Duration (s)"
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
do-plot 58 set ylabel "Duration (s)"
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
do-plot 58 set ylabel "Duration (s)"
  /external/trappy/trappy/
plot_utils.py 102 def post_plot_setup(ax, title="", xlabel=None, ylabel=None, xlim="default",
104 """Set xlabel, ylabel title, xlim and ylim of the plot
115 if ylabel is not None:
116 ax.set_ylabel(ylabel)
186 post_plot_setup(ax, title=title, xlabel=xlabel, ylabel="count", xlim=xlim,
  /frameworks/base/tools/velocityplot/
velocityplot.py 129 def _add_timeseries_axes(self, index, title, ylabel, ylim, yticks, sharex=None):
136 ylabel=ylabel,
142 axes.set_ylabel(ylabel, fontsize=10, fontweight='bold')
  /external/webrtc/webrtc/modules/video_coding/test/
plotReceiveTrace.m 181 ylabel('Time (ms)');
197 % ylabel('Time (ms)');
211 ylabel('Time (ms)');
  /system/extras/tests/sdcard/
plot_sdcard.py 204 gp.ylabel('duration in second')
241 gp.ylabel('duration in second')
273 gp.ylabel('duration in second')
  /cts/apps/CameraITS/tests/scene1/
test_raw_sensitivity.py 92 pylab.ylabel("Image Center Patch Variance")
test_exposure.py 145 pylab.ylabel('Normalized RGB Plane Avg')
157 pylab.ylabel('Normalized RAW Plane Avg')
test_dng_noise_model.py 117 pylab.ylabel('Center patch variance')
  /cts/apps/CameraITS/tests/sensor_fusion/
test_multi_camera_frame_sync.py 88 pylab.ylabel("Rotation angle (degrees)")
97 pylab.ylabel("Rotation angle difference (degrees)")

Completed in 1798 milliseconds

1 2