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

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

Issue 1618973002: Measure time spent in SharedPrefs-loading StrictMode violations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unbreak Created 4 years, 11 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 | « chrome/android/javatests/src/org/chromium/chrome/browser/webapps/ActivityAssignerTest.java ('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 fa97f26772690767a820b9a0471d6eea6599bebe..4e4ffdabffc2dfc70a854d02e859f80c83c41e0e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -312,6 +312,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Android.StrictMode.DocumentModeSharedPrefs" units="ms">
+ <owner>hartmanng@chromium.org</owner>
+ <owner>yfriedman@chromium.org</owner>
+ <summary>
+ Measures the amount of time due to a StrictMode violation from fetching the
+ DocumentMode shared preferences file.
+ </summary>
+</histogram>
+
<histogram name="Android.StrictMode.DocumentTabStateLoad" units="ms">
<owner>wnwen@chromium.org</owner>
<owner>yfriedman@chromium.org</owner>
@@ -384,6 +393,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Android.StrictMode.WebappSharedPrefs" units="ms">
+ <owner>hartmanng@chromium.org</owner>
+ <owner>yfriedman@chromium.org</owner>
+ <summary>
+ Measures the amount of time due to a StrictMode violation from fetching the
+ Webapp shared preferences file.
+ </summary>
+</histogram>
+
<histogram name="AndroidTabCloseUndo.Toast"
enum="AndroidTabCloseUndoToastEvent">
<owner>dtrainor@chromium.org</owner>
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/webapps/ActivityAssignerTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698