Searched refs:periodSecs (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
H A DPerfData.java57 TimeUnit bucket, long periodSecs, int burst, boolean includeCountMetric,
60 super(placebo, replication, bucket, periodSecs, burst, includeCountMetric,
63 mRecorders.add(new BatteryDataRecorder(placebo, replication, bucket, periodSecs, burst,
66 mRecorders.add(new MemoryDataRecorder(placebo, replication, bucket, periodSecs, burst,
70 periodSecs, burst, includeCountMetric, includeDurationMetric, includeEventMetric,
73 periodSecs, burst, includeCountMetric, includeDurationMetric, includeEventMetric,
56 PerfData(LoadtestActivity loadtestActivity, boolean placebo, int replication, TimeUnit bucket, long periodSecs, int burst, boolean includeCountMetric, boolean includeDurationMetric, boolean includeEventMetric, boolean includeValueMetric, boolean includeGaugeMetric) argument
H A DMemoryDataRecorder.java30 public MemoryDataRecorder(boolean placebo, int replication, TimeUnit bucket, long periodSecs, argument
33 super(placebo, replication, bucket, periodSecs, burst, includeCountMetric,
H A DBatteryDataRecorder.java30 public BatteryDataRecorder(boolean placebo, int replication, TimeUnit bucket, long periodSecs, argument
33 super(placebo, replication, bucket, periodSecs, burst, includeCountMetric,
H A DStatsdStatsRecorder.java28 TimeUnit bucket, long periodSecs, int burst, boolean includeCountMetric,
31 super(placebo, replication, bucket, periodSecs, burst, includeCountMetric,
27 StatsdStatsRecorder(LoadtestActivity loadtestActivity, boolean placebo, int replication, TimeUnit bucket, long periodSecs, int burst, boolean includeCountMetric, boolean includeDurationMetric, boolean includeEventMetric, boolean includeValueMetric, boolean includeGaugeMetric) argument
H A DValidationRecorder.java37 TimeUnit bucket, long periodSecs, int burst, boolean includeCountMetric,
40 super(placebo, replication, bucket, periodSecs, burst, includeCountMetric,
36 ValidationRecorder(LoadtestActivity loadtestActivity, boolean placebo, int replication, TimeUnit bucket, long periodSecs, int burst, boolean includeCountMetric, boolean includeDurationMetric, boolean includeEventMetric, boolean includeValueMetric, boolean includeGaugeMetric) argument
H A DPerfDataRecorder.java42 protected PerfDataRecorder(boolean placebo, int replication, TimeUnit bucket, long periodSecs, argument
46 mColumnSuffix = getColumnSuffix(placebo, replication, bucket, periodSecs, burst,
128 long periodSecs, int burst, boolean includeCountMetric, boolean includeDurationMetric,
131 return "_placebo_p=" + periodSecs;
136 .append("_p=" + periodSecs)
127 getColumnSuffix(boolean placebo, int replication, TimeUnit bucket, long periodSecs, int burst, boolean includeCountMetric, boolean includeDurationMetric, boolean includeEventMetric, boolean includeValueMetric, boolean includeGaugeMetric) argument
H A DLoadtestActivity.java609 private synchronized void setPeriodSecs(long periodSecs) { argument
610 mPeriodSecs = periodSecs;

Completed in 110 milliseconds