commit | c5c8323e2393fc71b98df23ef3bdfb4b51c318f8 | [log] [tgz] |
---|---|---|
author | Benoit Lize <lizeb@chromium.org> | Tue Dec 20 16:31:23 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 20 16:31:23 2022 |
tree | 15de1b2c8cdf29d8339f1cb8629b8a6877cad664 | |
parent | 9f91cd29dc4379fb88c4865fb8d76669234b9186 [diff] |
[base/android] Histogram for "time in background before back to foreground" This CL adds a UMA histogram to record the time the application stays in background, restricted to the cases where it was (a) previously in foreground, and (b) it went back to foreground without getting killed in the middle. This value is relevant to target memory reclaim heuristics. Bug: 1402277 Change-Id: I72be589855c70721d294ddbbfc2cadad27926294 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4111557 Reviewed-by: Calder Kitagawa <ckitagawa@chromium.org> Reviewed-by: Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Benoit Lize <lizeb@chromium.org> Cr-Commit-Position: refs/heads/main@{#1085473}
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.