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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2256553002: Measure time spent in StrictMode violations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | 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 86289108518b9ab3f4eecc463c38b22ca51a9914..50d5f2c9f98d71d498228fa494106924da1b8e99 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -504,6 +504,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Android.StrictMode.CheckGoogleSignedTime" units="ms">
+ <owner>estevenson@chromium.org</owner>
+ <owner>wnwen@chromium.org</owner>
+ <owner>yfriedman@chromium.org</owner>
Peter Wen 2016/08/17 13:37:52 You can be the owner, I don't mind one way or anot
estevenson 2016/08/17 14:10:34 Done.
+ <summary>
+ Measures the amount of time due to a StrictMode violation from checking for
+ whether a package is Google signed.
+ </summary>
+</histogram>
+
<histogram name="Android.StrictMode.DocumentModeSharedPrefs" units="ms">
<obsolete>
Deprecated 05/2016 in Issue 582539 with the removal of document mode.
« 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