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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 149073003: Add a Settings.FilterOnLoadTime histogram to observe time spent on this critical path in the wild. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removal date Created 6 years, 10 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 | « base/prefs/json_pref_store.cc ('k') | 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 d1a1a1030dc9e6a44c3401bee9e6867d3cf3900a..946c7ba7afd836761aa4cbc500d702453311caf4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17334,6 +17334,19 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Settings.FilterOnLoadTime" units="milliseconds">
+ <summary>
+ The amount of time it took to run PrefHashFilter::FilterOnLoad on startup.
+ </summary>
+</histogram>
+
+<histogram name="Settings.FilterSerializeDataTime" units="milliseconds">
+ <summary>
+ The amount of time it took to run PrefHashFilter::FilterSerializeData on the
+ UI thread prior to writing the Preferences file to disk.
+ </summary>
+</histogram>
+
<histogram name="Settings.GivenShowHomeButton_HomePageIsNewTabPage"
enum="Boolean">
<summary>
« no previous file with comments | « base/prefs/json_pref_store.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698