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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2589693002: Files App: add more performance metrics for foreground initialization. (Closed)
Patch Set: Move the position of InitBackgroundPage Created 3 years, 12 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 | « no previous file | ui/file_manager/file_manager/foreground/js/elements_importer.js » ('j') | 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 28e6128c740da234b7236e010034e96253548024..1b08ff1fc921408e038dcbd591a9bf09c4bcaceb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -110053,6 +110053,15 @@ value.
<suffix name="BackgroundLaunch"
label="Time from onLaunched event is called to the window is created."/>
<suffix name="BackgroundRestart" label="Time to create a window on restart."/>
+ <suffix name="ImportElements"
+ label="Time to initialize the polymer elements."/>
+ <suffix name="InitBackgroundPage"
+ label="Time to initialize the background page."/>
+ <suffix name="InitDocuments"
+ label="Time to initialize the background page and the elements."/>
+ <suffix name="InitSettings" label="Time to restore user settings."/>
+ <suffix name="InitUI"
+ label="Time to initialize all UI after all elements are initialized."/>
<affected-histogram name="FileBrowser.Load"/>
</histogram_suffixes>
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/elements_importer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698