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

  /external/chromium_org/tools/perf/benchmarks/
scheduler.py 6 from measurements import smoothness namespace
16 test = smoothness.Smoothness
25 test = smoothness.Smoothness
smoothness.py 7 from measurements import smoothness namespace
15 test = smoothness.Smoothness
20 test = smoothness.Smoothness
26 test = smoothness.Smoothness
32 test = smoothness.Smoothness
38 test = smoothness.Smoothnes
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
smoothness_unittest.py 9 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.NOT_ENOUGH_FRAMES_MESSAGE
    [all...]
  /external/chromium_org/tools/perf/measurements/
record_per_area.py 7 from measurements import smoothness namespace
23 smoothness.Smoothness.CustomizeBrowserOptions(options)
smoothness_unittest.py 6 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
    [all...]
smoothness_controller.py 15 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()
  /external/chromium_org/tools/telemetry/examples/
measure_trace.py 21 from telemetry.web_perf.metrics import smoothness namespace
61 smoothness_metric = smoothness.SmoothnessMetric()
  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_based_measurement.py 18 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 122 milliseconds