Add jank metrics implementation
This CL implements the jank metrics that track abrupt drop in smoothness (i.e. increase in frame latency). Jank metrics histograms are reported under the "Graphics.Smoothness.Jank" namespace and the histogram names indicate the frame sequence tracker (and its effective thread type) each jank metric is associated with (e.g. Graphics.Smoothness.Jank.Main.WheelScroll). Each jank occurrence is also visualized as a trace event spanning the duration of the janky frame. Bug: 1073216 Change-Id: I50bf8983d9c94cda68234d0423308beed1f8d5d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248173Reviewed-by:Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Behdad Bakhshinategh <behdadb@chromium.org> Commit-Queue: Mingjing Zhang <mjzhang@chromium.org> Cr-Commit-Position: refs/heads/master@{#798350}
Showing
cc/metrics/jank_metrics.cc
0 → 100644
cc/metrics/jank_metrics.h
0 → 100644
This diff is collapsed.
Please register or sign in to comment