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

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

Issue 837723002: Add myself as an owner of various metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « 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 8bd99f59e474d8344b76dd531efdd4c690ae6fe3..dd2559af35fae795176f1c891f4bcc2eb70dfc38 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3336,7 +3336,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Cookie.PriorityBlockingTime" units="ms">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>erikwright@chromium.org</owner>
<summary>
This histogram records the total duration of time during which at least one
web request was blocked waiting for the cookie store to load. If no requests
@@ -3347,7 +3347,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Cookie.PriorityLoadCount">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>erikwright@chromium.org</owner>
<summary>
The number of distinct Effective Top-Level Domains Plus One (ETLD+1, i.e.,
google.com, bbc.co.uk) for which a priority cookie load occurred.
@@ -3408,7 +3408,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Cookie.TimeBlockedOnLoad" units="ms">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>erikwright@chromium.org</owner>
<summary>
The amount of time (ms) between the cookie store load starting and
completing.
@@ -3449,7 +3449,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Cookie.TimeKeyLoadDBQueueWait" units="ms">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>erikwright@chromium.org</owner>
<summary>
This histogram records the wall-clock delay between a priority load task
being posted to the DB-thread and its execution.
@@ -3457,7 +3457,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Cookie.TimeLoad" units="ms">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>erikwright@chromium.org</owner>
<summary>
This histogram records the sum of the durations of all initial tasks loading
cookies from the database.
« 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