Home
last modified time | relevance | path

Searched refs:plot (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/perf-test-scripts/
Dtiming221 echo "# temporary file" > plot.tmp
222 echo "set style line 1 lc rgb '#0060ad' lt 1 lw 2 pt 7 ps 1" >> plot.tmp # --- blue
223 echo "set style line 2 lc rgb '#ff0000' lt 1 lw 2" >> plot.tmp # --- green
224 echo "set title \"${TEST_NAMES[$testId]} \(avg=$AVG ms, stdcoef=$STDCOEF%\)\"" >> plot.tmp
225 echo "set xlabel \"Iteration #\"" >> plot.tmp
226 echo "set ylabel \"Elapsed Time (ms)\"" >> plot.tmp
228 echo "set yrange [0.0:*]" >> plot.tmp
231 echo "set fit quiet" >> plot.tmp
232 echo "set fit logfile '/dev/null'" >> plot.tmp
233 echo "f(x) = a*x + b" >> plot.tmp
[all …]
/frameworks/base/tools/velocityplot/
Dvelocityplot.py28 import matplotlib.pyplot as plot namespace
81 self.fig = plot.figure(1)
156 return axes.plot([], label=label, color=color, linewidth=linewidth)[0]
183 plot.close()
289 plot.show()
/frameworks/base/core/java/android/gesture/
DGestureUtils.java159 plot(segmentStartX, segmentStartY, sample, bitmapSize); in spatialSampling()
168 plot(xpos, ypos, sample, bitmapSize); in spatialSampling()
177 plot(xpos, ypos, sample, bitmapSize); in spatialSampling()
188 plot(xpos, ypos, sample, bitmapSize); in spatialSampling()
197 plot(xpos, ypos, sample, bitmapSize); in spatialSampling()
209 private static void plot(float x, float y, float[] sample, int sampleSize) { in plot() method
/frameworks/base/tools/orientationplot/
Dorientationplot.py24 import matplotlib.pyplot as plot namespace
77 self.fig = plot.figure(1)
230 return axes.plot([], label=label, color=color, linewidth=linewidth)[0]
269 plot.close()
457 plot.show()
DREADME.txt35 The tool displays several time series graphs that plot the output of the