commit | e873431b01e49d24b663252350ec9d7d37beaffb | [log] [tgz] |
---|---|---|
author | Charlie Harrison <csharrison@chromium.org> | Fri Sep 05 14:46:10 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 05 14:46:10 2025 |
tree | 0e81c70bdf4b5801a4efedada7b78b8488b5e7e3 | |
parent | 77a0802de8ffcdd1c783000bb5b86009212b8d6d [diff] |
[subresource_filter] Add UMA for first check in a process This change adds a metric measuring how much wall time is spent evaluating a subresource load in the subresource_filter, for the first evaluation in a process. The reason this metric is interesting is that the subresource filter's ruleset is backed by a memory mapped file, so the first time we access it we may spend a disproportionate time blocking. Change-Id: Iafcd2738f11f85c0c12f05bb1e8c5de779a09665 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6909832 Commit-Queue: Charlie Harrison <csharrison@chromium.org> Reviewed-by: Andrew Paseltiner <apaseltiner@chromium.org> Reviewed-by: Josh Karlin <jkarlin@chromium.org> Reviewed-by: Martin Pan-Verde <thesalsa@google.com> Cr-Commit-Position: refs/heads/main@{#1511567}
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.