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

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

Issue 253333003: Add a histogram for size of the memory used by redirect chain. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « content/browser/frame_host/navigation_controller_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 150f451de0594a198ed97f45fe724ba4b3fdd277..72bb26434f2d4f99558d6d6f99b733e772e36745 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11101,6 +11101,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>The scheme of the URL for each main-frame navigation.</summary>
</histogram>
+<histogram name="Navigation.RedirectChainSize" units="characters">
+ <owner>haitaol@chromium.org</owner>
+ <owner>donnd@chromium.org</owner>
+ <summary>
+ Total length of the redirect URL strings in navigation entry. Logged when
+ entry is committed.
+ </summary>
+</histogram>
+
<histogram name="NCN.NetworkOperatorMCCMNC">
<owner>bolian@chromium.org</owner>
<owner>bengr@google.com</owner>
« no previous file with comments | « content/browser/frame_host/navigation_controller_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698