commit | ca3ee459d88579fca30081ac4272c24fff497147 | [log] [tgz] |
---|---|---|
author | Mitsuru Oshima <oshima@chromium.org> | Fri Dec 04 05:41:56 2020 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 04 05:41:56 2020 |
tree | d33a8077515338fa2fc68f4d90dd323b8a9a9e54 | |
parent | edb7240438b04d9630f01bd0cffa7382d92af936 [diff] |
TotalAnimationThroughputReporter This class measures the throughput from the time first animation is started on a compositor, to the time last animation ended. This is useful to measure the total animation throughput during a transition that has many animations applied such as login, overview etc. Bug: 1150492 Test: covered by unittest Change-Id: Id0bfec6e57403b7f1ebe5a8068ae095b1412bc7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2550366 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by: Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#833625}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.