Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(537)

Unified Diff: tools/perf/measurements/smoothness.py

Issue 17438002: [telemetry] test_runner and run_benchmarks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update docs? Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/measurements/__init__.py ('k') | tools/perf/perf_tools/smoothness_measurement.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/smoothness.py
diff --git a/tools/perf/perf_tools/smoothness_measurement.py b/tools/perf/measurements/smoothness.py
similarity index 98%
rename from tools/perf/perf_tools/smoothness_measurement.py
rename to tools/perf/measurements/smoothness.py
index 042d4b60a86bd41056a7a84d907066d1052794ac..7ca8d69a96fe7459b2156d3cf25c4480f4479f7a 100644
--- a/tools/perf/perf_tools/smoothness_measurement.py
+++ b/tools/perf/measurements/smoothness.py
@@ -155,9 +155,9 @@ def CalcLatencyResults(rendering_stats_deltas, results):
data_type='unimportant')
-class SmoothnessMeasurement(page_measurement.PageMeasurement):
+class Smoothness(page_measurement.PageMeasurement):
def __init__(self):
- super(SmoothnessMeasurement, self).__init__('smoothness')
+ super(Smoothness, self).__init__('smoothness')
self.force_enable_threaded_compositing = False
self.use_gpu_benchmarking_extension = True
self._metrics = None
« no previous file with comments | « tools/perf/measurements/__init__.py ('k') | tools/perf/perf_tools/smoothness_measurement.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698