HomeSort by relevance Sort by last modified time
    Searched refs:plots (Results 1 - 11 of 11) sorted by null

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
Redrawer.java 18 private List<Plot> plots; field in class:Redrawer
25 * @param plots List of Plot instances to be redrawn
26 * @param maxRefreshRate Desired frequency at which to redraw plots.
29 public Redrawer(List<Plot> plots, float maxRefreshRate, boolean startImmediately) {
30 this.plots = plots;
82 for(Plot plot : plots) {
  /external/autotest/tko/
plotgraph 54 push @plots, $plot_main if ($plot_main);
55 push @plots, $plot_mm if ($plot_mm);
56 push @plots, $plot_other if ($plot_other);
57 $plots = join (',', @plots);
71 print GNUPLOT "plot $plots\n";
  /external/lisa/tools/
plots.py 52 help='A single output folder we want to produce plots for')
55 help='Minimum timestamp for all plots')
58 help='Maximum timestamp for all plots')
59 parser.add_argument('--plots', type=str,
61 help='List of plots to produce (all,')
69 # Setup plots to produce
70 if args.plots == 'all':
71 args.plots = 'tasks clusters cpus stune ediff edspace'
98 # Generate performance plots only for RTApp workloads
125 logging.info('Generate plots for [%s]...', run_dir
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
plot_dynamics.sh 31 plots=$(echo "$log" | grep "^PLOT")
33 figures=($(echo "$plots" | cut -f 2 | sort | uniq))
37 data_sets=$(echo "$plots" | grep "^PLOT.$figure" | cut -f 3 | sort | uniq)
  /test/vti/dashboard/src/main/java/com/android/vts/servlet/
ShowProfilingOverviewServlet.java 172 List<BoxPlot> plots = new ArrayList<>(); local
176 plots.add(plot);
178 plots.sort((b1, b2) -> b1.getName().compareTo(b2.getName()));
186 request.setAttribute("plots", gson.toJson(plots));
  /external/lisa/libs/utils/analysis/
latency_analysis.py 287 Generate a set of plots to report the WAKEUP and PREEMPT latencies the
304 graphically in the generated plots
357 # Setup plots
398 # Save generated plots into datadir
483 Plots "activation intervals" for the specified task
486 wakeups of a task. A set of plots is generated to report:
495 All plots are parameterized based on the value of threshold_ms, which
498 Such a threshold is useful to filter out from the plots outliers thus
504 A PNG of the generated plots is generated and saved in the same folder
514 graphically in the generated plots
    [all...]
cpus_analysis.py 128 Internal method that generates plots for all input CPUs.
195 # Save generated plots into datadir
tasks_analysis.py 192 Generate a common set of useful plots for each of the specified tasks
207 in the "Task signals plots" if they represent valid keys of the task
220 :param signals: list of signals (and thus plots) to generate
221 default: all the plots and signals available in the
248 # Compute number of plots to produce
289 # For each task create a figure with plots_count plots
339 # Save generated plots into datadir
423 plots.
437 'plots DISABLED!')
442 'plots DISABLED!'
    [all...]
  /external/v8/tools/
gc-nvp-trace-processor.py 173 def plot_all(plots, trace, prefix):
176 for plot in plots:
203 plots = [ variable
284 charts = plot_all(plots, trace, filename)
  /cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py 120 plots = []
192 plots.append([round(s), fig])
262 for [s, fig] in plots:
  /external/blktrace/btt/doc/
btt.tex 49 and also show some interesting plots generated from the data provided
    [all...]

Completed in 210 milliseconds