| Index: tools/perf/measurements/smoothness.py
|
| diff --git a/tools/perf/measurements/smoothness.py b/tools/perf/measurements/smoothness.py
|
| index 47a7802b7af51579fa5a3a4b95b17da47f804739..e67d78a37f4941e16a5cf3393b8cdf4ce4fd428b 100644
|
| --- a/tools/perf/measurements/smoothness.py
|
| +++ b/tools/perf/measurements/smoothness.py
|
| @@ -35,7 +35,7 @@ class Smoothness(page_measurement.PageMeasurement):
|
| return hasattr(page, 'smoothness')
|
|
|
| def WillRunAction(self, page, tab, action):
|
| - tab.browser.StartTracing('webkit,cc,benchmark', 60)
|
| + tab.browser.StartTracing('webkit,webkit.console,cc,benchmark', 60)
|
| if tab.browser.platform.IsRawDisplayFrameRateSupported():
|
| tab.browser.platform.StartRawDisplayFrameRateMeasurement()
|
| self._metrics = smoothness.SmoothnessMetrics(tab)
|
|
|