Commit 98e3e1fe authored by Mikhail Khokhlov's avatar Mikhail Khokhlov Committed by Commit Bot

[tools/perf] Fix a metric name in system_health_inifinite_scroll

Change-Id: Iecb57c62efc068f7b474280586a1f1dee2d8fbfa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095055Reviewed-by: default avatarEric Seckler <eseckler@chromium.org>
Commit-Queue: Mikhail Khokhlov <khokhlov@google.com>
Cr-Commit-Position: refs/heads/master@{#748170}
parent c633cc3a
...@@ -29,7 +29,7 @@ class SystemHealthInfiniteScroll(system_health.MobileCommonSystemHealth): ...@@ -29,7 +29,7 @@ class SystemHealthInfiniteScroll(system_health.MobileCommonSystemHealth):
options.SetTimelineBasedMetrics([ options.SetTimelineBasedMetrics([
'tbmv3:scroll_jank_metric', 'tbmv3:scroll_jank_metric',
'tbmv3:janky_scroll_periods', 'tbmv3:janky_scroll_periods',
'tmbv3:janky_time_per_scroll_processing_time', 'tbmv3:janky_time_per_scroll_processing_time',
]) ])
return options return options
......
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