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

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

Issue 269343008: [SyncFS] Add a UMA to measure RTT in registration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change summary description of UMA Created 6 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
« no previous file with comments | « chrome/browser/sync_file_system/drive_backend/sync_engine.cc ('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 df25d22f7d4b95c15a19b023300db6d10448dba9..8929a2e582b654d844006dcb514f23278d6540a1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27866,6 +27866,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="SyncFileSystem.RegisterOriginTime" units="milliseconds">
+ <owner>peria@chromium.org</owner>
+ <owner>tzik@chromium.org</owner>
+ <summary>
+ Time elapsed to register a Chrome App to SyncFilesystem. Recorded for each
+ registration request by apps.
+ </summary>
+</histogram>
+
<histogram name="SyncFileSystem.TrackerNumber">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
« no previous file with comments | « chrome/browser/sync_file_system/drive_backend/sync_engine.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698