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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2651823002: Add .SingleTab and .MultiTabs suffix to Startup.FirstWebContents.MainNavigationStart histogram. (Closed)
Patch Set: rebase on r448292 Created 3 years, 10 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/startup_metric_utils/browser/startup_metric_utils.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 935ce0970b2bb84fc5e8fc3b3d1023ffa1588690..0e74e38bf307f1ba745f9b4731f11d5a510ec812 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -118889,6 +118889,10 @@ value.
<affected-histogram name="Startup.FirstWebContents.MainFrameLoad2"/>
<affected-histogram name="Startup.FirstWebContents.MainNavigationFinished"/>
<affected-histogram name="Startup.FirstWebContents.MainNavigationStart"/>
+ <affected-histogram
+ name="Startup.FirstWebContents.MainNavigationStart.MultiTabs"/>
+ <affected-histogram
+ name="Startup.FirstWebContents.MainNavigationStart.SingleTab"/>
<affected-histogram name="Startup.FirstWebContents.NonEmptyPaint"/>
<affected-histogram name="Startup.FirstWebContents.NonEmptyPaint2"/>
<affected-histogram name="Startup.LoadTime.ExeMainToDllMain"/>
@@ -118911,6 +118915,12 @@ value.
<affected-histogram name="StartupTimeBomb.Alarm"/>
</histogram_suffixes>
+<histogram_suffixes name="StartupWorkload" separator=".">
+ <suffix name="SingleTab" label="Single tab instantiated on startup."/>
+ <suffix name="MultiTabs" label="Multiple tabs instantiated on startup."/>
+ <affected-histogram name="Startup.FirstWebContents.MainNavigationStart"/>
+</histogram_suffixes>
+
<histogram_suffixes name="StartWorkerExistingProcess">
<suffix name="StartWorkerExistingProcess"
label="The worker started up in an existing process"/>
« no previous file with comments | « components/startup_metric_utils/browser/startup_metric_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698