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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 458403002: Claim ownership of a bunch of network histograms. (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 3cece98cc73dc8aa64b4555f41bd7e4125cd3d84..adc9eb25a8c66e1c82c178aca15c82e9824412c6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14363,7 +14363,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.ErrorCodesForMainFrame3" enum="NetErrorCodes">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>mmenke@chromium.org</owner>
<summary>
Positive net error codes that requests for pages end with, including net::OK
and net::ERR_ABORTED. This only counts loads in &quot;main frames&quot; (it
@@ -14384,7 +14384,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.ErrorCodesForSubresources2" enum="NetErrorCodes">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>mmenke@chromium.org</owner>
<summary>
Net error codes that requests for &quot;subresources&quot; end with,
including net::OK and net::ERR_ABORTED.
@@ -14786,7 +14786,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.HttpJob.TotalTime" units="milliseconds">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>mmenke@chromium.org</owner>
<summary>
Time it takes to complete an HttpJob, from starting the transaction until we
are done reading.
@@ -14794,7 +14794,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.HttpJob.TotalTimeCached" units="milliseconds">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>mmenke@chromium.org</owner>
<summary>
Time it takes to complete an HttpJob, from starting the transaction until we
are done reading, for jobs served from the cache.
@@ -14802,7 +14802,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.HttpJob.TotalTimeCancel" units="milliseconds">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>mmenke@chromium.org</owner>
<summary>
Time it takes to complete an HttpJob, from starting the transaction until
the job is killed. Note that we didn't detect the end of the data for this
@@ -14811,7 +14811,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.HttpJob.TotalTimeNotCached" units="milliseconds">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>mmenke@chromium.org</owner>
<summary>
Time it takes to complete an HttpJob, from starting the transaction until we
are done reading, for jobs not served from the cache.
@@ -14819,7 +14819,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.HttpJob.TotalTimeSuccess" units="milliseconds">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>mmenke@chromium.org</owner>
<summary>
Time it takes to complete an HttpJob, from starting the transaction until we
are done reading, for jobs when we read until no more data is available.
@@ -14843,17 +14843,17 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.HttpProxySocketRequestTime" units="milliseconds">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>mmenke@chromium.org</owner>
<summary>Time it takes to request a new (unused) HTTP proxy socket.</summary>
</histogram>
<histogram name="Net.HttpResponseCode">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>mmenke@chromium.org</owner>
<summary>The count of HTTP Response codes encountered.</summary>
</histogram>
<histogram name="Net.HttpResponseCode_Nxx_MainFrame">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>mmenke@chromium.org</owner>
<summary>
The count of HTTP Response codes encountered, in response to MAIN_FRAME
requests only; saving only the hundreds digit, e.g. 100-&gt;1, 300-&gt;3.
@@ -14869,7 +14869,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.HttpTimeToFirstByte" units="milliseconds">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>mmenke@chromium.org</owner>
<summary>
Time from when an HTTP request is issued to when the first byte is
processed.
@@ -16642,7 +16642,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.TCP_Connection_Latency" units="milliseconds">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>mmenke@chromium.org</owner>
<summary>
Time from when the Connect() starts until it completes. Only times under 10
minutes are logged.
@@ -16650,7 +16650,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.TCP_Connection_Latency_IPv4_No_Race" units="milliseconds">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>mmenke@chromium.org</owner>
<summary>
Time from when the Connect() starts until it completes when the network
address only contains IPv4 addresses. Only times under 10 minutes are
@@ -16660,7 +16660,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram name="Net.TCP_Connection_Latency_IPv4_Wins_Race"
units="milliseconds">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>mmenke@chromium.org</owner>
<summary>
Time from when the Connect() starts until it completes when the IPv4
fallback connection won the race against IPv6. Only times under 10 minutes
@@ -16669,7 +16669,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.TCP_Connection_Latency_IPv6_Raceable" units="milliseconds">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>mmenke@chromium.org</owner>
<summary>
Time from when the Connect() starts until it completes when we race an IPv6
connection against an IPv4 connection with a 300ms delay. Only times under
@@ -16678,7 +16678,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Net.TCP_Connection_Latency_IPv6_Solo" units="milliseconds">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>mmenke@chromium.org</owner>
<summary>
Time from when the Connect() starts until it completes when the network
address only contains IPv6 addresses. Only times under 10 minutes are
« 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