commit | bd83821af5fde6f68cd25b9d0b378da93b4cd47b | [log] [tgz] |
---|---|---|
author | Oksana Zhuravlova <oksamyt@chromium.org> | Tue Aug 16 16:46:53 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 16 16:46:53 2022 |
tree | 03e66284117d8bdada0aa6ba8d1ed3584142b1ae | |
parent | 4576e4c3692a0d62c2414939c5222e0d670c877e [diff] |
[tracing] Make bg trace size reporting more precise This change updates the logging of Tracing.Background.FinalizingTraceSizeInKB to use UMA_HISTOGRAM_CUSTOM_COUNTS (with the max of 50MB and 100 buckets) since WebView traces are smaller than 1 MB and their sizes are reported as 0 with UMA_HISTOGRAM_MEMORY_KB. Bug: b/229996438 Change-Id: If6c8b455e449aab13f93f63042475a503f2a214c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3828143 Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by: Eric Seckler <eseckler@chromium.org> Reviewed-by: Caitlin Fischer <caitlinfischer@google.com> Cr-Commit-Position: refs/heads/main@{#1035553}
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.