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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2882693002: Custom Tabs: add speculation status histograms. (Closed)
Patch Set: rebase problem Created 3 years, 6 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 | « 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 ba8bf977d74849dcaf4ae68e7a3e32354bbb3ebc..004b6495e895a9ecbf08dd3fb150f4369c04f70f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10181,6 +10181,30 @@ 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,
+ with either a &quot;Speculation allowed&quot; value, or a reason why it was
+ not allowed. If the speculation is allowed and is attempted to be started,
+ the status on start will be counted in addition: one of
+ &quot;Prefetch&quot;, &quot;Prerender&quot;, &quot;Background Tab&quot; or
+ &quot;Prerender not started&quot;. The last case is when a prerender is
+ abandoned during start.
+ </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.
+ </summary>
+</histogram>
+
<histogram name="CustomTabs.Visible" enum="VisibleTab">
<owner>yusufo@chromium.org</owner>
<summary>
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698