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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1211023003: Fix recording of "Time to error histograms". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Xref new histogram name from obsolete histogram. Created 5 years, 5 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 | « content/browser/loader/resource_dispatcher_host_impl.cc ('k') | 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 746f5abba33d213075bffbb7728c377dc27a8613..4f3f4fffc9a31e7b963a9712909065285be122fe 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -22638,6 +22638,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Net.RequestTime">
<owner>rdsmith@chromium.org</owner>
+ <obsolete>
+ Replaced by Net.RequestTime2 due to bug in original implementation.
+ </obsolete>
+ <summary>
+ The amount of time between request initiation and request completion for
+ success and various different errors.
+ </summary>
+</histogram>
+
+<histogram name="Net.RequestTime2">
+ <owner>rdsmith@chromium.org</owner>
<summary>
The amount of time between request initiation and request completion for
success and various different errors.
@@ -72825,6 +72836,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="MiscError" label="Uncategorized error"/>
<suffix name="Success" label="Success"/>
<affected-histogram name="Net.RequestTime"/>
+ <affected-histogram name="Net.RequestTime2"/>
</histogram_suffixes>
<histogram_suffixes name="NetworkErrors" separator=".">
« no previous file with comments | « content/browser/loader/resource_dispatcher_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698