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

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

Issue 23506030: telemetry: Add new metrics to smoothness benchmark. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 7 years, 3 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 | « no previous file | tools/perf/metrics/discrepancy.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/measurements/smoothness.py b/tools/perf/measurements/smoothness.py
index 5b492ebfc2fbbfc439e08d4e8b4551a8a6629638..9506f28810ba9a7ac3943885764e74196e34d77f 100644
--- a/tools/perf/measurements/smoothness.py
+++ b/tools/perf/measurements/smoothness.py
@@ -37,7 +37,7 @@ class Smoothness(page_measurement.PageMeasurement):
def WillRunAction(self, page, tab, action):
# TODO(ernstm): remove 'webkit' category when
# https://codereview.chromium.org/23848006/ has landed.
- tab.browser.StartTracing('webkit,webkit.console,cc,benchmark', 60)
+ tab.browser.StartTracing('webkit,webkit.console,benchmark', 60)
if tab.browser.platform.IsRawDisplayFrameRateSupported():
tab.browser.platform.StartRawDisplayFrameRateMeasurement()
self._metrics = smoothness.SmoothnessMetrics(tab)
« no previous file with comments | « no previous file | tools/perf/metrics/discrepancy.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698