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

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

Issue 2005313002: Record UMA for Physical Web refresh resolve time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebUma.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 8b88725d6326c6c7e9fa93ccecb525fbe0e224ea..b2b17ed66e80b147594bbc920a0c4f0f33268dc0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -37261,7 +37261,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<owner>mmocny@chromium.org</owner>
<summary>
Round trip time to the metadata server for a Physical Web URL resolution
- which the client requests during a foreground scan.
+ which the client requests during a foreground scan, that is not explicitly
+ requested via a refresh.
+ </summary>
+</histogram>
+
+<histogram name="PhysicalWeb.ResolveTime.Refresh" units="ms">
+ <owner>cco3@chromium.org</owner>
+ <owner>mattreynolds@chromium.org</owner>
+ <owner>mmocny@chromium.org</owner>
+ <summary>
+ Round trip time to the metadata server for a Physical Web URL resolution
+ which the client requests during a foreground scan, that is explicitly
+ requested via a refresh.
</summary>
</histogram>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebUma.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698