Commit 4790005f authored by Mikhail Khokhlov's avatar Mikhail Khokhlov Committed by Commit Bot

[tools/perf] Add tracing categories to system_health_infinite_scroll

Adding categories that will help us investigate jank sources.

Bug: b/151081375
Change-Id: I795a4850708c12d34539811e9a99c88d4a8c496a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128109Reviewed-by: default avatarEric Seckler <eseckler@chromium.org>
Commit-Queue: Mikhail Khokhlov <khokhlov@google.com>
Cr-Commit-Position: refs/heads/master@{#754905}
parent 13cb3f02
......@@ -26,6 +26,7 @@ class SystemHealthInfiniteScroll(system_health.MobileCommonSystemHealth):
def CreateCoreTimelineBasedMeasurementOptions(self):
options = super(SystemHealthInfiniteScroll,
self).CreateCoreTimelineBasedMeasurementOptions()
options.ExtendTraceCategoryFilter(['benchmark', 'cc', 'input'])
options.SetTimelineBasedMetrics([
'tbmv3:scroll_jank_metric',
'tbmv3:janky_scroll_periods',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment