commit | 79848f30bd29875e68d1edeedd12e3614236722a | [log] [tgz] |
---|---|---|
author | Patrick Monette <pmonette@chromium.org> | Thu Oct 13 03:18:52 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 13 03:18:52 2022 |
tree | 7f42c1b00931218282a57ed740b02fbb717b8e14 | |
parent | 49418c9a0fd4e9c038b4118946e062a99e1a7809 [diff] |
Add AverageCPU for GPU process & "Other" category for untracked type Before this change, the only non-renderer child process not counted into the all-encompassing category "UtilityProcess" was the network process. This was a bit misleading because there are other process types that are not considered utility processes (i.e. The GPU process). With this change, 2 new categories are added. 1. GPUProcess, to track the GPU process independently. 2. OtherProcess, to clear out the UtilityProcess category of non-utility processes. Bug: 1371075 Change-Id: I10acffe7df3ee7d33aa97ee10bcd580d8ea5711d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3926180 Commit-Queue: Francois Pierre Doray <fdoray@chromium.org> Reviewed-by: Olivier Li <olivierli@chromium.org> Cr-Commit-Position: refs/heads/main@{#1058487}
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.