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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2117373003: Add SameVersionStartupCounts suffix to multiple startup histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cr rkaplow 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 34d789c3cd1626a02af2bd255a6264a2dd5b4b5e..0b941109cf3072a953dc6674d0ac299320e45104 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -99596,8 +99596,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=".">

Powered by Google App Engine
This is Rietveld 408576698