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

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

Issue 1671063002: Enable deferred free for syzyasan builds behind a feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 9 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 | « chrome/common/chrome_features.cc ('k') | 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 2cf6056cf3602b1566b28637aafce0ae50d2771b..cf520ef0f2b27b9d22f2f44cfb3582e5a2f99b09 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -52148,6 +52148,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Syzyasan.DeferredFreeWasEnabled" enum="BooleanEnabled">
+ <owner>georgesak@chromium.org</owner>
+ <summary>
+ Record whether the deferred free mechanism was successfully enabled or not.
+ This is only recorded in syzyasan builds with the feature enabled.
+ </summary>
+</histogram>
+
<histogram name="Tab.AgeUponRestoreFromColdStart" units="minutes">
<owner>lliabraa@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/common/chrome_features.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698