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

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

Issue 2117373003: Add SameVersionStartupCounts suffix to multiple startup histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR gab #12 (restore comments) Created 4 years, 5 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 0a57b30eb7dd3a374f1aee43638ef2084d81f467..f441351b2cf4852e772fb55ff573be7bd58d6007 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -99947,8 +99947,22 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="8" label="8th startup with same version"/>
<suffix name="9" label="9th startup with same version"/>
<suffix name="Over" label="&gt; 9th startup with same version"/>
+ <affected-histogram name="Startup.BrowserMainToRendererMain"/>
<affected-histogram name="Startup.BrowserMessageLoopStartHardFaultCount"/>
+ <affected-histogram name="Startup.BrowserMessageLoopStartTime"/>
+ <affected-histogram name="Startup.BrowserMessageLoopStartTimeFromMainEntry"/>
+ <affected-histogram name="Startup.BrowserOpenTabs"/>
+ <affected-histogram name="Startup.BrowserWindowDisplay"/>
+ <affected-histogram name="Startup.FirstWebContents.MainFrameLoad2"/>
+ <affected-histogram name="Startup.FirstWebContents.MainNavigationFinished"/>
+ <affected-histogram name="Startup.FirstWebContents.MainNavigationStart"/>
+ <affected-histogram name="Startup.FirstWebContents.NonEmptyPaint2"/>
+ <affected-histogram name="Startup.LoadTime.ExeMainToDllMain"/>
+ <affected-histogram name="Startup.LoadTime.ProcessCreateToDllMain"/>
+ <affected-histogram name="Startup.LoadTime.ProcessCreateToExeMain"/>
+ <affected-histogram name="Startup.SystemUptime"/>
<affected-histogram name="Startup.Temperature"/>
+ <affected-histogram name="Startup.TimeSinceLastStartup"/>
</histogram_suffixes>
<histogram_suffixes name="SB2ResourceTypes" separator=".">
« 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