summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorulan <ulan@chromium.org>2015-12-03 11:52:43 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-03 19:53:33 +0000
commit77a20f607581e7842d7ce2473800de29720eddbd (patch)
tree715d9924b37a4bac7443481c1fc2a30605e12987 /tools
parentc8bc5779d2a32fb26018c30efbac295e94e1229a (diff)
downloadchromium_src-77a20f607581e7842d7ce2473800de29720eddbd.zip
chromium_src-77a20f607581e7842d7ce2473800de29720eddbd.tar.gz
chromium_src-77a20f607581e7842d7ce2473800de29720eddbd.tar.bz2
Fix typo in V8.GCFinalizeMC.
BUG= Review URL: https://codereview.chromium.org/1481383005 Cr-Commit-Position: refs/heads/master@{#363037}
Diffstat (limited to 'tools')
-rw-r--r--tools/metrics/histograms/histograms.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 7ad1957..057bf2d 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>