commit | c2f5ad5da0ade0ecd2bc0f58da70870efa25849f | [log] [tgz] |
---|---|---|
author | Maggie Chen <magchen@chromium.org> | Wed Sep 07 17:35:07 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 07 17:35:07 2022 |
tree | 9f3b8f02fa3883c4add1a7ee383079d86c397203 | |
parent | 6aca703c85154c7055f5723133cc2dfb9fa5b143 [diff] |
Add histograms for skipped non-root render passes Three histograms are added. Compositing.DirectRenderer.SkipAllNonRootRenderPassesPerFrame Compositing.DirectRenderer.SkipNonRootRenderPass Compositing.SkiaRenderer.SkipOverlayRenderPassDrawQuad If there is no damages to a non-root render pass, the rendering will be skipped. These histograms record whether a non-root render pass is skipped. Bug: 1346502 Change-Id: Ib4d0fc2fc8e1d6cd988938dd51486e9606571b38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3867842 Commit-Queue: Maggie Chen <magchen@chromium.org> Reviewed-by: Jesse Doherty <jwd@chromium.org> Reviewed-by: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/main@{#1044052}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
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.
If you found a bug, please file it at https://crbug.com/new.