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

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

Issue 796953002: Add Sync.Attachments.DownloadTotalTime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Store TimeTicks::Now() instead of an ElapsedTimer. Created 6 years 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/internal_api/attachments/attachment_downloader_impl.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 e036ff65e8913ad338ca5e362fa76b0a292d2bcb..e9e2b3401ade03e684f1d9855cae5d344c490b24 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -35977,6 +35977,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Response or error codes from downloading sync attachments.</summary>
</histogram>
+<histogram name="Sync.Attachments.DownloadTotalTime" units="milliseconds">
+ <owner>maxbogue@chromium.org</owner>
+ <summary>
+ The total time a download takes including request and server overhead.
+ </summary>
+</histogram>
+
<histogram name="Sync.Attachments.StoreInitResult"
enum="SyncAttachmentStoreResult">
<owner>maxbogue@chromium.org</owner>
« no previous file with comments | « sync/internal_api/attachments/attachment_downloader_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698