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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2585193002: Files App: Add metrics for background performance. (Closed)
Patch Set: Update histograms.xml. Created 4 years 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/background/js/background.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 9ed3e483fd5a129f342514a24d33b39e62e11297..37c75fef75f1efed1bfc77dc45277bdb092e4fb7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -109872,6 +109872,11 @@ value.
label="Total load time from the moment the Javascript started parsing
till the moment the empty file list is displayed."/>
<suffix name="Script" label="Time to parse Javascript and CSS."/>
+ <suffix name="BackgroundScript"
+ label="Time to initialize backend script to wait for events."/>
+ <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."/>
<affected-histogram name="FileBrowser.Load"/>
</histogram_suffixes>
« no previous file with comments | « no previous file | ui/file_manager/file_manager/background/js/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698