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

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

Issue 1131413004: Add histograms for deletion of session cookies on startup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1f7ad6f405204985db0851d3ca630e044b32d33f..c3b0c720858a3da6b7c04dc87396346e78d37c29 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3823,6 +3823,32 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Cookie.Startup.AverageTimeSpentDeletingOneCookie" units="ms">
+ <owner>erikchen@chromium.org</owner>
+ <summary>
+ The average amount of time required to delete one session cookie on startup.
+ This metric is only emitted if at least one cookie is deleted.
+ </summary>
+</histogram>
+
+<histogram name="Cookie.Startup.NumberOfCookiesDeleted">
+ <owner>erikchen@chromium.org</owner>
+ <summary>
+ The number of session cookies deleted on startup. This metric is emitted
+ even if no cookies are deleted. This metric is not emitted if session
+ cookies are restored, rather than deleted on startup.
+ </summary>
+</histogram>
+
+<histogram name="Cookie.Startup.TimeSpentDeletingCookies" units="ms">
+ <owner>erikchen@chromium.org</owner>
+ <summary>
+ The amount of time required to delete session cookies on startup. This
+ metric is emitted even if no cookies are deleted. This metric is not emitted
+ if session cookies are restored, rather than deleted on startup.
+ </summary>
+</histogram>
+
<histogram name="Cookie.TimeBlockedOnLoad" units="ms">
<owner>erikwright@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698