Index: tools/perf/measurements/smoothness_controller.py |
diff --git a/tools/perf/measurements/smoothness_controller.py b/tools/perf/measurements/smoothness_controller.py |
index f220fab600822628726b5b1fc6140350524c1d2e..101ca0f42fa6f70e7f9ac12262eadb1262ff6bb1 100644 |
--- a/tools/perf/measurements/smoothness_controller.py |
+++ b/tools/perf/measurements/smoothness_controller.py |
@@ -26,7 +26,7 @@ class SmoothnessController(object): |
self._interaction = None |
def Start(self, page, tab): |
- custom_categories = ['webkit.console', 'benchmark'] |
+ custom_categories = ['webkit.console', 'blink.console', 'benchmark'] |
custom_categories += page.GetSyntheticDelayCategories() |
tab.browser.StartTracing(','.join(custom_categories), 60) |
if tab.browser.platform.IsRawDisplayFrameRateSupported(): |