Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index e508c28079a10c0d90d69950546a0d65d893f624..98da98dd1852ae42815718a623a24ae031d7e087 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -51852,6 +51852,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram base="true" name="PurgeAndSuspend.Experimental.MemoryGrowth" |
| + units="KB"> |
| +<!-- Name completed by histogram_suffixes name="PurgeAndSuspendExperiment" --> |
| + |
| + <owner>tasak@google.org</owner> |
| + <summary> |
| + The growth of the background renderer's memory usage after a background |
| + renderer is purged. This is recorded 5, 10 and 15 minutes after the purge. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="PurgeAndSuspend.Memory.BlinkGCKB" units="KB"> |
| <owner>tasak@google.com</owner> |
| <summary> |
| @@ -115914,6 +115925,16 @@ value. |
| <affected-histogram name="PLT.BeginToFinish_NormalLoad"/> |
| </histogram_suffixes> |
| +<histogram_suffixes name="PurgeAndSuspendExperiment" separator="."> |
| + <suffix name="BlinkGCKB"/> |
|
Ilya Sherman
2017/01/19 08:07:21
nit: Please add a brief label for each suffix.
tasak
2017/01/19 11:17:11
Done.
|
| + <suffix name="DiscardableKB"/> |
| + <suffix name="PartitionAllocKB"/> |
| + <suffix name="MallocKB"/> |
| + <suffix name="TotalAllocatedKB"/> |
| + <suffix name="V8MainThreadIsolateKB"/> |
| + <affected-histogram name="PurgeAndSuspend.Experimental.MemoryGrowth"/> |
| +</histogram_suffixes> |
| + |
| <histogram_suffixes name="QueryTimeSuffix" separator="."> |
| <suffix name="0" label="N = 0"/> |
| <suffix name="1" label="N = 1"/> |