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

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

Issue 898923002: Update histograms.xml to include V8.CodeCacheSizeRatio. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comment Created 5 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 2309a4abe4dc9104531674aa4cc9692facfb7595..33db415e61c7c3660b1f62551a28082908fa209c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -39915,6 +39915,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>TBD</summary>
</histogram>
+<histogram name="V8.CodeCacheSizeRatio" units="percent">
+ <owner>yangguo@chromium.org</owner>
+ <summary>Cache size to source size ratio when caching compiled code.</summary>
+</histogram>
+
<histogram name="V8.CodeCreation">
<obsolete>
This histogram is no longer present in V8.
« 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