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

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

Issue 1481383005: Fix typo in V8.GCFinalizeMC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years 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 7ad19572afcb4d7fefbe5e730b0ca36499251f93..057bf2da1d6367f314236d986f166d9664e02d43 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -51218,6 +51218,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Time spent doing a full GC during an IdleNotification.</summary>
</histogram>
+<histogram name="V8.GCFinalizeMC" units="milliseconds">
+ <owner>ulan@chromium.org</owner>
+ <owner>hpayer@chromium.org</owner>
+ <summary>Time spent in finalize incremental mark-sweep phase of GC.</summary>
+</histogram>
+
<histogram name="V8.GCFinalizeMCReduceMemory" units="milliseconds">
<owner>ulan@chromium.org</owner>
<owner>hpayer@chromium.org</owner>
@@ -51227,6 +51233,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="V8.GCFinalzeMC" units="milliseconds">
+ <obsolete>
+ This histogram has been replaced by V8.GCFinalizeMC because of typo in the
+ name.
+ </obsolete>
<owner>ulan@chromium.org</owner>
<owner>hpayer@chromium.org</owner>
<summary>Time spent in finalize incremental mark-sweep phase of GC.</summary>
« 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