Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2362713002: Handle failures allocating mapped local memory. (Closed)
Patch Set: only report failures so new histograms don't mess up tests Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
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.
« base/metrics/persistent_memory_allocator.cc ('K') | « base/metrics/persistent_memory_allocator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698