commit | ab3d85dc72aa2dc4e6ddae0e1e1d166fd93fc21c | [log] [tgz] |
---|---|---|
author | Minoru Chikamune <chikamune@chromium.org> | Mon Mar 24 07:20:38 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 24 07:20:38 2025 |
tree | b1a0ab4c9def2f5aec24a712c716d580e6cb6bec | |
parent | dae44e93cd329e8cf6e5373c7ec7396b02e25bdf [diff] |
Remove sliding_window_size and max_histogram_buckets from LoadingPredictorConfig Currently, LCPP projects share the following fields. Sharing these fields prevents us from specifying different values for the individual subprojects of LCPP. This CL is a preparation CL to have individual settings for individual subprojects. This CL removes the following fields from LoadingPredictorConfig. - sliding_window_size - max_histogram_buckets Bug: 40063266 Change-Id: I1f6556bd925c0b456a46cd187d232d4a6b935d01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6381752 Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/main@{#1436701}
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.