| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index b6f24ee9d43e7e5a8447386324678566e14508c6..41ca65aa9f2551ae010904b4a3ac65b8616efe11 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -61638,8 +61638,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <owner>bcwhite@chromium.org</owner>
|
| <owner>asvitkine@chromium.org</owner>
|
| <summary>
|
| - Size, before padding, of objects allocated from persistent memory. This is
|
| - updated with every allocation.
|
| + Size, before padding, of objects allocated from persistent memory in the
|
| + browser process. This is updated with every allocation.
|
| </summary>
|
| </histogram>
|
|
|
| @@ -61652,12 +61652,30 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="UMA.PersistentAllocator.GpuMetrics.Allocs" units="bytes">
|
| + <owner>bcwhite@chromium.org</owner>
|
| + <owner>asvitkine@chromium.org</owner>
|
| + <summary>
|
| + Size, before padding, of objects allocated from persistent memory in a GPU
|
| + process. This is updated with every allocation.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="UMA.PersistentAllocator.GpuMetrics.UsedPct" units="%">
|
| + <owner>bcwhite@chromium.org</owner>
|
| + <owner>asvitkine@chromium.org</owner>
|
| + <summary>
|
| + Percentage of persistent memory segment that has been allocated. This is
|
| + updated only once per reporting cycle.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="UMA.PersistentAllocator.RendererMetrics.Allocs" units="bytes">
|
| <owner>bcwhite@chromium.org</owner>
|
| <owner>asvitkine@chromium.org</owner>
|
| <summary>
|
| - Size, before padding, of objects allocated from persistent memory. This is
|
| - updated with every allocation.
|
| + Size, before padding, of objects allocated from persistent memory in a
|
| + renderer process. This is updated with every allocation.
|
| </summary>
|
| </histogram>
|
|
|
| @@ -61674,8 +61692,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <owner>bcwhite@chromium.org</owner>
|
| <owner>asvitkine@chromium.org</owner>
|
| <summary>
|
| - Size, before padding, of objects allocated from persistent memory. This is
|
| - updated with every allocation.
|
| + Size, before padding, of objects allocated from persistent memory in a setup
|
| + process. This is updated with every allocation.
|
| </summary>
|
| </histogram>
|
|
|
|
|