Searched defs:smoothness (Results 1 - 8 of 8) sorted by last modified time

/external/chromium_org/tools/perf/benchmarks/
H A Dscheduler.py6 from measurements import smoothness namespace
16 test = smoothness.Smoothness
25 test = smoothness.Smoothness
H A Dsmoothness.py7 from measurements import smoothness namespace
15 test = smoothness.Smoothness
20 test = smoothness.Smoothness
26 test = smoothness.Smoothness
32 test = smoothness.Smoothness
38 test = smoothness.Smoothness
47 test = smoothness.Smoothness
53 test = smoothness.Smoothness
62 test = smoothness.Smoothness
72 test = smoothness
[all...]
/external/chromium_org/tools/perf/measurements/
H A Drecord_per_area.py7 from measurements import smoothness namespace
23 smoothness.Smoothness.CustomizeBrowserOptions(options)
H A Dsmoothness_controller.py15 from telemetry.web_perf.metrics import smoothness namespace
61 # Stop tracing for smoothness metric.
69 # Add results of smoothness metric. This computes the smoothness metric for
106 # wrap the results that are sent to smoothness metric, the label will
108 smoothness_metric = smoothness.SmoothnessMetric()
H A Dsmoothness_unittest.py6 from measurements import smoothness namespace
55 """Smoke test for smoothness measurement
57 Runs smoothness measurement on a simple page and verifies
70 measurement = smoothness.Smoothness()
103 measurement = smoothness.Smoothness()
135 measurement = smoothness.Smoothness()
144 self.TestTracingCleanedUp(smoothness.Smoothness, self._options)
166 class BuggyMeasurement(smoothness.Smoothness):
/external/chromium_org/tools/telemetry/examples/
H A Dmeasure_trace.py21 from telemetry.web_perf.metrics import smoothness namespace
61 smoothness_metric = smoothness.SmoothnessMetric()
/external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
H A Dsmoothness_unittest.py9 from telemetry.web_perf.metrics import smoothness namespace
32 self.metric = smoothness.SmoothnessMetric()
83 self.assertEquals(smoothness.NOT_ENOUGH_FRAMES_MESSAGE,
86 self.assertEquals(smoothness.NOT_ENOUGH_FRAMES_MESSAGE,
112 self.assertEquals(smoothness.NOT_ENOUGH_FRAMES_MESSAGE,
150 self.assertEquals(smoothness.NOT_ENOUGH_FRAMES_MESSAGE,
169 self.assertEquals(smoothness.NOT_ENOUGH_FRAMES_MESSAGE,
172 self.assertEquals(smoothness.NOT_ENOUGH_FRAMES_MESSAGE,
175 self.assertEquals(smoothness.NOT_ENOUGH_FRAMES_MESSAGE,
188 self.assertEquals(smoothness
[all...]
/external/chromium_org/tools/telemetry/telemetry/web_perf/
H A Dtimeline_based_measurement.py18 from telemetry.web_perf.metrics import smoothness namespace
45 return smoothness.SmoothnessMetric()
132 data, smoothness data, critical jank information and overall cpu usage

Completed in 222 milliseconds