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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2227933002: Revert CompressibleString (and its UMA) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address on Ilya's review Created 4 years, 4 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 | « third_party/WebKit/Source/wtf/WTFThreadData.cpp ('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 00fc159afce5b19a8027bb3adc0a39fec5000c4f..3c5db77ec4602e7d623281943442c02fb6729f3f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23614,6 +23614,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Memory.CompressibleStringCount"
enum="CompressibleStringCountType">
+ <obsolete>
+ Deprecated as of Aug 2016. CompressibleString has been reverted once at
+ https://crrev.com/2227933002.
+ </obsolete>
<owner>hajimehoshi@chromium.org</owner>
<summary>
This records the frequency with which JavaScript source strings are
@@ -70533,6 +70537,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</enum>
<enum name="CompressibleStringCountType" type="int">
+ <obsolete>
+ Dprecated as of Aug 2016. CompressibleString has been reverted once at
+ https://crrev.com/2227933002.
+ </obsolete>
<int value="0" label="Compressed in a background tab"/>
<int value="1" label="Decompressed in a background or a foreground tab"/>
</enum>
« no previous file with comments | « third_party/WebKit/Source/wtf/WTFThreadData.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698