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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2585483003: Make FileBrowser.Load.Script be exported in UMA. (Closed)
Patch Set: 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 | 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 916f225e7fb9920bce765a21a87528c65806a1ab..022e957a12a403f92ae9563eb161f4bd3c7fc95f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -109847,11 +109847,12 @@ value.
<suffix name="FileSystem"
label="Deprecated as of 9/2013. Time to get access to the local file
system."/>
- <suffix name="Parse" label="Time to parse Javascript and CSS."/>
+ <suffix name="Parse" label="Time to parse Javascript and CSS (Deprecated)."/>
<suffix name="Roots" label="Time to enumerate file system roots."/>
<suffix name="Total"
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."/>
<affected-histogram name="FileBrowser.Load"/>
</histogram_suffixes>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698