commit | 26d77df1684e5d38db32aa3dc4fc0e1f6ec2328c | [log] [tgz] |
---|---|---|
author | Joe Mason <joenotcharles@google.com> | Thu Apr 04 19:05:49 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 04 19:05:49 2024 |
tree | 92458c85b5162fcb6d0bf0d4ff5d321acba7b744 | |
parent | 01ce36f7ff9660394733e4d3462b61f1d8228dda [diff] |
Fix regression in Linux/Android CPU measurement A copy-paste error in https://crrev.com/c/5354013 resulted in CPU measurements on Linux and Android adding user CPU twice, and ignoring system CPU, instead of summing user and system CPU. Bug: 332913220 Change-Id: Iee6d13623eda5cb3e3dd805f437e7be9da41f8ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5425458 Auto-Submit: Joe Mason <joenotcharles@google.com> Reviewed-by: danakj <danakj@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/main@{#1282666}
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.