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

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

Issue 470043002: Add histogram owner for cookie DB loading. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 d19808c2068b2e074fe011339f88abbd7549afb4..c6db1a91a5b791bfccfd7b8464e2afa2379a75bb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3208,12 +3208,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Cookie.TimeInitializeDB" units="ms">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>nyquist@chromium.org</owner>
<summary>The amount of time (ms) to initialize the cookies database.</summary>
</histogram>
<histogram name="Cookie.TimeInitializeDomainMap" units="ms">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>nyquist@chromium.org</owner>
<summary>
The amount of time (ms) to read and parse the domain map from the cookies
database.
@@ -3245,14 +3245,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Cookie.TimeLoadDomains" units="ms">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>nyquist@chromium.org</owner>
<summary>
The amount of time (ms) to read the domain map from the cookies database.
</summary>
</histogram>
<histogram name="Cookie.TimeParseDomains" units="ms">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>nyquist@chromium.org</owner>
<summary>
The amount of time (ms) to parse the domains already loaded from the cookies
database and put them in the domain map.
« 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