| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 4e5b7cfb81118f9ca26dd178b6bdf2527c9e273d..dfe449fc34082185a574935c7bb041a33d6ad1d4 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -48652,6 +48652,55 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="PurgeAndSuspend.Memory.BlinkGCKB" units="KB">
|
| + <owner>tasak@google.com</owner>
|
| + <summary>
|
| + The memory usage of the BlinkGC allocator after a background renderer is
|
| + purged and suspended. Note: this metric is for A/B testing.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="PurgeAndSuspend.Memory.DiscardableKB" units="KB">
|
| + <owner>tasak@google.com</owner>
|
| + <summary>
|
| + The memory usage of the discardable memory after a background renderer is
|
| + purged and suspended. Note: this metric is for A/B testing.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="PurgeAndSuspend.Memory.MallocMB" units="MB">
|
| + <owner>tasak@google.com</owner>
|
| + <summary>
|
| + The memory usage of the malloc after a background renderer is purged and
|
| + suspended. Note: this metric is for A/B testing.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="PurgeAndSuspend.Memory.PartitionAllocKB" units="KB">
|
| + <owner>tasak@google.com</owner>
|
| + <summary>
|
| + The memory usage of PartitionAlloc after a background renderer is purged and
|
| + suspended. Note: this metric is for A/B testing.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="PurgeAndSuspend.Memory.TotalAllocatedMB" units="MB">
|
| + <owner>tasak@google.com</owner>
|
| + <summary>
|
| + The sum of the memory usages of PartitionAlloc, malloc, discardable memory,
|
| + mainThreadIsolate() and BlinkGC allocator after a backgrounded renderer is
|
| + purged and suspended. Note: this metric is for A/B testing.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="PurgeAndSuspend.Memory.V8MainThreadIsolateMB" units="MB">
|
| + <owner>tasak@google.com</owner>
|
| + <summary>
|
| + The memory usage of mainThreadIsolate() after a backgrounded renderer is
|
| + purged and suspended. Note: this metric is for A/B testing.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="PurgeAndSuspend.PendingTaskCount">
|
| <owner>tasak@google.com</owner>
|
| <summary>
|
|
|