commit | af0833cae38ea4677e0bfbe7a687a26742eea16c | [log] [tgz] |
---|---|---|
author | Joe Mason <[email protected]> | Fri Jan 28 21:49:48 2022 |
committer | Chromium LUCI CQ <[email protected]> | Fri Jan 28 21:49:48 2022 |
tree | 4810bd805409b0f5ad55e3e4425d65703511453d | |
parent | ea1136241814da895dd5cae89e662ee95bb71968 [diff] |
Log histograms with sampling profiler statistics Adds the following histograms: * HeapProfiling.AndroidStackUnwinder - Which stack unwinder implementation is used on Android. * HeapProfiling.InProcess.SamplesPerSnapshot - Number of samples in each snapshot taken by the in-process heap profiler. This can be used to detect if the profiler is running but not uploading reports because there are 0 snapshots. * HeapProfiling.InProcess.SnapshotInterval - Interval between each two snapshots taken by the in-process heap profiler. * HeapProfiling.SamplingInterval - Sampling interval, in bytes, used by the PoissonAllocationSampler when the SamplingHeapProfiler is started. Also moves the HeapProfiling histograms into the memory subdir. Change-Id: I1cdf0b79ebf7b530806290fec369f5803355488a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3418528 Reviewed-by: Olivier Li <[email protected]> Reviewed-by: Etienne Bergeron <[email protected]> Commit-Queue: Joe Mason <[email protected]> Cr-Commit-Position: refs/heads/main@{#964797}
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.