Commit 0e800fae authored by Sadrul Habib Chowdhury's avatar Sadrul Habib Chowdhury Committed by Commit Bot

rendering: Track pinch-zoom and wheel-scroll throughput.

BUG=790761

Change-Id: Id33e2f4362637bd5871b8d4e63a070b02dff8912
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724515Reviewed-by: default avatarSimon Hatch <simonhatch@chromium.org>
Reviewed-by: default avatarCaleb Rouleau <crouleau@chromium.org>
Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org>
Cr-Commit-Position: refs/heads/master@{#682398}
parent e1d93f96
......@@ -35,10 +35,14 @@ class _RenderingBenchmark(perf_benchmark.PerfBenchmark):
'Event.Latency.ScrollUpdate.Touch.TimeToScrollUpdateSwapBegin4',
'Event.Latency.ScrollBegin.Wheel.TimeToScrollUpdateSwapBegin4',
'Event.Latency.ScrollUpdate.Wheel.TimeToScrollUpdateSwapBegin4',
'Graphics.Smoothness.Throughput.MainThread.PinchZoom',
'Graphics.Smoothness.Throughput.MainThread.RAF',
'Graphics.Smoothness.Throughput.MainThread.TouchScroll',
'Graphics.Smoothness.Throughput.MainThread.WheelScroll',
'Graphics.Smoothness.Throughput.CompositorThread.CompositorAnimation',
'Graphics.Smoothness.Throughput.CompositorThread.TouchScroll')
'Graphics.Smoothness.Throughput.CompositorThread.PinchZoom',
'Graphics.Smoothness.Throughput.CompositorThread.TouchScroll',
'Graphics.Smoothness.Throughput.CompositorThread.WheelScroll')
options.SetTimelineBasedMetrics(['renderingMetric', 'umaMetric'])
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