Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 8a48a1b029da63e2d36369194ab1f8820d78aa90..2b1c1b9b834643f34d0789320d66ec4c78a00b6e 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -17251,8 +17251,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<owner>kenjibaheux@google.com</owner> |
<owner>kouhei@chromium.org</owner> |
<summary> |
- The sum of all processes' swap. Recorded once per UMA ping if the system |
- has swapped. |
+ The sum of all processes' swap. Recorded once per UMA ping if the system has |
+ swapped. See Memory.Swap.Total2 for the same metric with higher precision |
+ bucketing. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Memory.Swap.Total2" units="MiB"> |
+ <owner>hajimehoshi@chromium.org</owner> |
+ <owner>kenjibaheux@google.com</owner> |
+ <owner>kouhei@chromium.org</owner> |
+ <owner>rkaplow@chromium.org</owner> |
+ <summary> |
+ The sum of all processes' swap. Recorded once per UMA ping if the system has |
+ swapped. |
</summary> |
</histogram> |
@@ -17280,7 +17292,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<owner>hajimehoshi@chromium.org</owner> |
<owner>kenjibaheux@google.com</owner> |
<owner>kouhei@chromium.org</owner> |
- <summary>The sum of all processes. Recorded once per UMA ping.</summary> |
+ <summary> |
+ The sum of all processes. This is not aware of shared memory so it is just a |
+ rough estimate. Recorded once per UMA ping. See Memory.Total2 for the same |
+ metric with higher precision bucketing. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Memory.Total2" units="MiB"> |
+ <owner>hajimehoshi@chromium.org</owner> |
+ <owner>kenjibaheux@google.com</owner> |
+ <owner>kouhei@chromium.org</owner> |
+ <owner>rkaplow@chromium.org</owner> |
+ <summary> |
+ The sum of all processes. This is not aware of shared memory so it is just a |
+ rough estimate. Recorded once per UMA ping. |
+ </summary> |
</histogram> |
<histogram name="Memory.Utility" units="KB"> |