commit | 784ce69f880804fd40364f8d165407b2e7428299 | [log] [tgz] |
---|---|---|
author | Alexei Svitkine <asvitkine@chromium.org> | Fri May 24 16:19:24 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 24 16:19:24 2024 |
tree | 3d84e23a1e5527f7cc6e7a8d08e30bb4dc6a55bd | |
parent | 3b5b83ac521c3255583ea641985198c680b6ffce [diff] |
Use string_view for SparseHistogram::FactoryGet() param. This should avoid some temp string conversions when logging metrics with C string names. Bug: None Change-Id: I7fc5687421320b98916704fafdb02e02189243f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5570597 Reviewed-by: Luc Nguyen <lucnguyen@google.com> Commit-Queue: Luc Nguyen <lucnguyen@google.com> Auto-Submit: Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/main@{#1305751}
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.