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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2697323004: Adds UMA metrics for renderer uptime (Closed)
Patch Set: Created 3 years, 10 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 | « chrome/browser/ui/tab_helpers.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 73276959a5715b6cdce2ee2ebea0c4b1883b786d..563321a08cd5291e55629fefeb8797b31f3c568d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27330,6 +27330,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>The renderer process's memory usage after a page load.</summary>
</histogram>
+<histogram name="Memory.Experimental.Renderer.LoadsInMainFrameDuringUptime">
+ <owner>keishi@chromium.org</owner>
+ <summary>
+ The number of loads in a main frame during the lifetime of a render process
+ (excludes extensions).
Mark P 2017/02/17 19:37:11 Please add Emitted when the processes quits if tru
keishi 2017/02/20 04:11:15 Done.
+ </summary>
+</histogram>
+
+<histogram name="Memory.Experimental.Renderer.Uptime" units="ms">
+ <owner>keishi@chromium.org</owner>
+ <summary>The uptime of a render process (excludes extensions).</summary>
Mark P 2017/02/17 19:37:11 1. See https://chromium.googlesource.com/chromium/
keishi 2017/02/20 04:11:15 Done.
+</histogram>
+
<histogram name="Memory.Extension" units="KB">
<owner>hajimehoshi@chromium.org</owner>
<owner>kenjibaheux@google.com</owner>
« no previous file with comments | « chrome/browser/ui/tab_helpers.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698