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

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

Issue 2619383003: Add a separate Variations.FirstRun.SeedConnectTime histogram. (Closed)
Patch Set: Created 3 years, 11 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 | « components/variations/android/java/src/org/chromium/components/variations/firstrun/VariationsSeedService.java ('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 4dcf9c0041323ce6d4908f9474600c8af2cbd995..2ae89e1c276521543b977ddb5d1b9ba988e75d42 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -71250,6 +71250,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Variations.FirstRun.SeedConnectTime" units="ms">
+ <owner>asvitkine@chromium.org</owner>
+ <summary>
+ The latency of connection to the variations server when fetching an initial
+ variations seed during Android Chrome first run. This is included in the
+ Variations.FirstRun.SeedFetchTime measurement. Only considers cases where an
+ HTTP 200 result was received.
+ </summary>
+</histogram>
+
<histogram name="Variations.FirstRun.SeedFetchResult"
enum="VariationsFirstRunSeedFetchResult">
<owner>asvitkine@chromium.org</owner>
« no previous file with comments | « components/variations/android/java/src/org/chromium/components/variations/firstrun/VariationsSeedService.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698