commit | 23511d67df55ba0894d160dcd4315117964adc4a | [log] [tgz] |
---|---|---|
author | Joe Mason <joenotcharles@google.com> | Tue Jan 07 02:08:15 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 07 02:08:15 2025 |
tree | d77e92965a73ccef8845b4c7e448b91c0d3f5882 | |
parent | 7ed6b17ec3b7130c3ed56dc43ca47a807ac18212 [diff] |
Move CPUMeasurementMonitor results to NodeInlineData This improves lookup time by accessing results for PM nodes through a pointer instead of with a map lookup. Results for OriginInBrowsingInstanceContexts are now held in a separate, smaller map. Also removes the ScopedCPUTimeResultPtr alias to avoid cluttering the public namespace, since ScopedCPUTimeResult must now be public. Bug: 325328567 Change-Id: Ieb1a9d6afa0ca6735c43757e22fed7508e54935a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6115434 Commit-Queue: Joe Mason <joenotcharles@google.com> Reviewed-by: Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/main@{#1402759}
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.