Chromium Code Reviews| 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> |