Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index b3424e5ab89b20328db38f346211abf9e5f23639..d4914f260653b57a4ae14054be31b8c2934934bb 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -63479,6 +63479,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="UMA.LocalPersistentMemoryAllocator.Failures.Posix"> |
+ <owner>bcwhite@chromium.org</owner> |
+ <summary> |
+ Failures, as reported in errno, encountered while allocating local |
+ persistent memory under Posix. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="UMA.LocalPersistentMemoryAllocator.Failures.Win"> |
Alexei Svitkine (slow)
2016/09/22 16:57:13
Please associate both of these with enums - I beli
bcwhite
2016/09/22 17:25:59
Cool. I didn't know about those.
Alexei Svitkine (slow)
2016/09/22 20:23:54
Hmm, actually units="GetLastError" doesn't do anyt
bcwhite
2016/09/22 23:41:46
It was used in a number of places, too.
|
+ <owner>bcwhite@chromium.org</owner> |
+ <summary> |
+ Failures, as reported by GetLastError(), encountered while allocating local |
+ persistent memory under Windows. |
+ </summary> |
+</histogram> |
+ |
<histogram name="UMA.LogLoadComplete called"> |
<obsolete> |
No longer tracked. |