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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 674633002: sync: add WIFI_CREDENTIALS protobuf, ModelType, and preference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-master
Patch Set: fix JS, update data_type_histogram.h, and update histograms.xml Created 6 years, 1 month 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
« no previous file with comments | « sync/util/data_type_histogram.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f9cf99d7df9b2a71517452a2d7a5475955ca65fb..be5386ad8d5ff92d79bf1c2ae3616d7e7c80ddf2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -34805,6 +34805,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Sync.FreqWifiCredentials" units="milliseconds">
+ <owner>zea@chromium.org</owner>
+ <summary>
+ Time between nudges for WiFi credentials. Used as estimate of datatype
+ commit frequency.
jwd 2014/10/27 19:31:26 Can you mention when this is logged? The other two
mukesh agrawal 2014/10/27 19:36:47 zea@, pavely@, do you have a succinct description
Nicolas Zea 2014/10/28 20:33:35 It is logged at the time a sync cycle is performed
mukesh agrawal 2014/10/28 20:49:57 Done.
+ </summary>
+</histogram>
+
<histogram name="Sync.KeystoreDecryptionFailed"
enum="SyncKeystoreDecryptionFailure">
<owner>zea@chromium.org</owner>
@@ -35261,6 +35269,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Time taken during bookmark association.</summary>
</histogram>
+<histogram name="Sync.WifiCredentialsAssociationTime" units="milliseconds">
+ <owner>zea@chromium.org</owner>
+ <summary>Time taken during WiFi credentials association.</summary>
+</histogram>
+
+<histogram name="Sync.WifiCredentialsStartFailure" enum="SyncStartResult">
+ <owner>zea@chromium.org</owner>
+ <summary>
+ Enumeration of types of WiFi credentials association failures.
+ </summary>
+</histogram>
+
<histogram name="SyncedNotifications.Actions"
enum="SyncedNotificationActionType">
<owner>petewil@chromium.org</owner>
« no previous file with comments | « sync/util/data_type_histogram.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698