| commit | b396f3ffe127e85fd119abf8b92517112e7d58a5 | [log] [tgz] |
|---|---|---|
| author | Avi Drissman <avi@chromium.org> | Tue Jan 06 22:21:46 2026 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 06 22:21:46 2026 |
| tree | fa4e5fb3f4859428d33a944bc570fbccd236463e | |
| parent | c54ef9c87c5ceb466f55c9f331fac9a2020f6eb8 [diff] |
[bytesize] Migrate some Performance Manager code from the old ByteCount to ByteSize. Replaces [u]int64_t and ByteCount with stronger types to increase clarity and type safety: - ByteSize: A non-negative amount of bytes. - ByteSizeDelta: A delta of bytes, which can be positive or negative. Bug: 448661443 Change-Id: I43644531c0f749c40231dc27e2f0482600d9d275 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7326667 Reviewed-by: Francois Pierre Doray <fdoray@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1565276}
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.