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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1671063002: Enable deferred free for syzyasan builds behind a feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« chrome/browser/chrome_browser_main.cc ('K') | « 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 f242d2a9a0248a558c309a1d7465dcc3129620a1..22f9fad397febd3c775b1c446c328ea050bcbc46 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -50458,6 +50458,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>
« chrome/browser/chrome_browser_main.cc ('K') | « chrome/common/chrome_features.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698