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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2709483003: UMA: Add histogram for young generation handling in V8 (Closed)
Patch Set: Prefix Histogram with V8.GC 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 | « 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 f7fd8937c039f19f0327adf824671dab93cf2849..2fe3666b07b75b0f4e2dff80905a16588214d372 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -73156,6 +73156,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Reason a scavenge garbage collection was started in V8.</summary>
</histogram>
+<histogram name="V8.GCYoungGenerationHandling" units="YoungGenerationHandling">
Alexei Svitkine (slow) 2017/02/21 15:19:53 In the other CL it seems to be named V8.YoungGener
Michael Lippautz 2017/02/21 15:27:41 The CL got reverted for other reasons on the first
+ <owner>mlippautz@chromium.org</owner>
+ <summary>
+ Type of garbage collection strategy used to collect the young generation.
+ </summary>
+</histogram>
+
<histogram name="V8.Initializer.LoadV8Snapshot.Result"
enum="V8InitializerLoadV8SnapshotResult">
<owner>oth@chromium.org</owner>
« 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