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

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

Side-by-side diff isn't available for this file because of its large size.
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, 8 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_entry_impl.cc ('k') | url/gurl.h » ('j') | 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 7487076d43f99b8a10250f44fa38e34522f78794..e9e192c4eccbacf0a3ccbce203f043df601bb37a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10579,6 +10579,14 @@ 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.RedirectChainSizeInBytes">
Alexei Svitkine (slow) 2014/04/24 15:26:19 Nit: The histogram element supports a "units" tag.
haitaol1 2014/04/25 19:13:51 Done.
+ <owner>haitaol@chromium.org</owner>
+ <owner>donnd@chromium.org</owner>
+ <summary>
+ Size of the memory used to store redirect chain in navigation entry.
Alexei Svitkine (slow) 2014/04/24 15:26:19 Please mention when this is logged (periodically?
haitaol1 2014/04/25 19:13:51 Done.
+ </summary>
+</histogram>
+
<histogram name="Net.AlternateProtocolBrokenLocation"
enum="BrokenAlternateProtocolLocation">
<owner>rch@chromium.org</owner>
« no previous file with comments | « content/browser/frame_host/navigation_entry_impl.cc ('k') | url/gurl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698