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

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

Issue 2882693002: Custom Tabs: add speculation status histograms. (Closed)
Patch Set: rebase Created 3 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
« tools/metrics/histograms/enums.xml ('K') | « tools/metrics/histograms/enums.xml ('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 6ed192b3a430a9c42cd098e58111a7082c27aa59..253409b482bbf03822d34f864edfe0e6a4acbd41 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9958,6 +9958,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="CustomTabs.SpeculationStatusOnStart"
+ enum="CustomTabsSpeculationStatusOnStart">
+ <owner>mattcary@chromium.org</owner>
+ <summary>
+ Recorded only for Android. How a speculation was started or why it was
+ disallowed. This is recorded when a speculation of any kind is requested,
+ and, if allowed, also when the specific kind of speculation is started.
Mark P 2017/05/30 22:09:54 The semantics for this seem weird. Can only one t
mattcary 2017/05/31 08:15:40 I agree that the semantics are a bit weird. There
Mark P 2017/06/01 05:19:35 You answered some of my question but not all, and
mattcary 2017/06/06 14:39:23 Updated, LMK. The reason why these values appear
Mark P 2017/06/06 18:25:50 Thanks. Left some comments on the latest patchset
mattcary 2017/06/07 11:55:47 That's a good point. For now, the abort is decided
+ </summary>
+</histogram>
+
+<histogram name="CustomTabs.SpeculationStatusOnSwap"
+ enum="CustomTabsSpeculationStatusOnSwap">
+ <owner>mattcary@chromium.org</owner>
+ <summary>
+ Recorded only for Android. Recorded when a speculation is requesting to swap
+ into a visible tab.
Mark P 2017/05/30 22:09:54 Is this true, that the browser speculation decides
mattcary 2017/05/31 08:15:40 Both. CustomTabs decides to launch a URL, and the
+ </summary>
+</histogram>
+
<histogram name="CustomTabs.Visible" enum="VisibleTab">
<owner>yusufo@chromium.org</owner>
<summary>
« tools/metrics/histograms/enums.xml ('K') | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698