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

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: self-review 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 020b6873f0b422f8e2fe43420c3d340a5d9b8c09..f7906a90ac5cf8e459c1755819f7b14be991ae4b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -99412,8 +99412,24 @@ 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.BrowserMessageLoopStartTimeFromMainEntry.FirstRun"/>
gab 2016/07/07 15:41:56 It's overkill for the first run histogram. Cold/w
fdoray 2016/07/08 14:52:52 Done.
+ <affected-histogram name="Startup.BrowserOpenTabs"/>
+ <affected-histogram name="Startup.BrowserWindowDisplay"/>
gab 2016/07/07 15:41:56 Also note that BrowserWindowDisplay is itself brok
gab 2016/07/07 15:41:56 - RecordBrowserWindowDisplay() - RecordBrowserOpe
fdoray 2016/07/08 14:52:52 ok, I keep these histograms here and we'll fix the
gab 2016/07/08 19:56:19 sgtm
+ <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