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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 556953005: Add new V8 histograms from https://codereview.chromium.org/572293002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 1f55974c8d50b3773e7ac2e95740367012ff39f5..89fd9a211d9faced3567c74f6f40d3cb447c9090 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -35836,6 +35836,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Idle time passed to V8 via IdleNotifications.</summary>
</histogram>
+<histogram name="V8.GCIdleTimeLimit.Overshot" units="milliseconds">
+ <owner>jochen@chromium.org</owner>
+ <owner>hpayer@chromium.org</owner>
+ <summary>
+ Milliseconds the idle time limit was overshot by the IdleNotification.
+ </summary>
+</histogram>
+
+<histogram name="V8.GCIdleTimeLimit.Undershot" units="milliseconds">
+ <owner>jochen@chromium.org</owner>
+ <owner>hpayer@chromium.org</owner>
+ <summary>
+ Milliseconds the idle time limit was undershot by the IdleNotification.
+ </summary>
+</histogram>
+
<histogram name="V8.GCIncrementalMarking" units="milliseconds">
<owner>jochen@chromium.org</owner>
<owner>hpayer@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