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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1136763004: Add UMA data for memory pressure warning received for sync (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 b13b369b4f61b5c71b0575e4c7a6cbc9620bfcd9..9d41ebae656ee600e21ff9bd12363c9819079065 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -41552,6 +41552,28 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Sync.MemoryPressureWarningBeforeCrash" units="count">
+ <owner>gangwu@chromium.org</owner>
+ <summary>
+ Counts the number of times each user's sync service received a
Mark P 2015/05/15 21:37:39 nit: each -> a ditto in other histogram
Gang Wu 2015/05/15 22:22:30 Done.
+ MEMORY_PRESSURE_LEVEL_CRITICAL warning before sync service crashed. The sync
Mark P 2015/05/15 21:37:38 nit: missing "the" before sync
Gang Wu 2015/05/15 22:22:30 Done.
+ service emits this number on user's next startup. This counts are per user.
Mark P 2015/05/15 21:37:39 nit (plural agreement): This counts are -> This co
Mark P 2015/05/15 21:37:39 nit: on user's next startup -> the next time the u
Mark P 2015/05/15 21:37:39 You never answered this paragraph of my previous c
Gang Wu 2015/05/15 22:22:30 yes, it is possible.
+ The sync service's crashes may cause by browser crashes, sync freezing or
Mark P 2015/05/15 21:37:39 How is a crash a freeze? Freeze makes me think of
Mark P 2015/05/15 21:37:39 nit: or -> ,
Gang Wu 2015/05/15 22:22:30 removed this sentence.
+ etc.
+ </summary>
+</histogram>
+
+<histogram name="Sync.MemoryPressureWarningWithoutCrash" units="count">
+ <owner>gangwu@chromium.org</owner>
+ <summary>
+ Counts the number of times each user's the sync service received a
Mark P 2015/05/15 21:37:39 nit: omit "the" before "sync"
Gang Wu 2015/05/15 22:22:30 Done.
+ MEMORY_PRESSURE_LEVEL_CRITICAL warning before sync service shutdown cleanly.
Mark P 2015/05/15 21:37:39 nit: add "the" before "sync"
Gang Wu 2015/05/15 22:22:30 Done.
+ The sync service emits this number on user's next startup. This counts are
+ per user. The sync service's crashes may cause by browser crashes, sync
+ freezing or etc.
Mark P 2015/05/15 21:37:38 This last sentence is not necessary or useful here
Gang Wu 2015/05/15 22:22:30 Done.
+ </summary>
+</histogram>
+
<histogram name="Sync.NigoriMigrationState" enum="SyncNigoriMigrationState">
<owner>zea@chromium.org</owner>
<summary>Breakdown of sync's nigori node keystore migration state.</summary>
« components/sync_driver/sync_prefs.h ('K') | « components/sync_driver/sync_prefs.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698