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

  /external/chromium_org/tools/perf/benchmarks/
smoothness.py 6 from measurements import smoothness namespace
13 test = smoothness.Smoothness
  /external/chromium_org/tools/perf/measurements/
smoothness.py 5 from metrics import smoothness namespace
18 class Smoothness(page_measurement.PageMeasurement):
20 super(Smoothness, self).__init__('smoothness')
37 return hasattr(page, 'smoothness')
42 self._metrics = smoothness.SmoothnessMetrics(tab)
62 smoothness.CalcFirstPaintTimeResults(results, tab)
65 smoothness.CalcResults(benchmark_stats, results)
rasterize_and_record.py 7 from metrics import smoothness namespace
129 self._metrics = smoothness.SmoothnessMetrics(tab)
  /external/chromium_org/tools/perf/metrics/
smoothness_unittest.py 6 from metrics import smoothness namespace
45 smoothness.CalcResults(stats, res)
smoothness.js 9 * to characterize rendering smoothness.

Completed in 65 milliseconds