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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1599143002: Remove CertCacheTrial (DiskBasedCertCache). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: crbug.com doesn't like trailing slashes Created 4 years, 11 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 | « net/net.gypi ('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 d45ad8ebef07828c557d755f01240eda00ade392..088a92f7e35a00ce2a99f817e163d4a7acca63ad 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -7575,6 +7575,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="DiskBasedCertCache.CertIo" enum="CertificateChainPosition">
+ <obsolete>
+ Deprecated as of 01/2016. CertCacheTrial has been removed.
+ https://crbug.com/522312
+ </obsolete>
<owner>brandonsalmon@chromium.org</owner>
<summary>
Records information about DiskBasedCertCache operations with respect to
@@ -7584,6 +7588,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="DiskBasedCertCache.CertIoCacheResult" enum="CacheResult">
+ <obsolete>
+ Deprecated as of 01/2016. CertCacheTrial has been removed.
+ https://crbug.com/522312
+ </obsolete>
<owner>brandonsalmon@chromium.org</owner>
<summary>
Records the outcome of requests to retrieve certificates from the disk
@@ -7593,6 +7601,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="DiskBasedCertCache.CertIoReadSuccessLeaf"
enum="BooleanSuccess">
+ <obsolete>
+ Deprecated as of 01/2016. CertCacheTrial has been removed.
+ https://crbug.com/522312
+ </obsolete>
<owner>brandonsalmon@chromium.org</owner>
<summary>
Whether or not the leaf certificate of a certificate chain was successfuly
@@ -7602,6 +7614,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="DiskBasedCertCache.CertIoWriteSuccessLeaf"
enum="BooleanSuccess">
+ <obsolete>
+ Deprecated as of 01/2016. CertCacheTrial has been removed.
+ https://crbug.com/522312
+ </obsolete>
<owner>brandonsalmon@chromium.org</owner>
<summary>
Whether or not the leaf certificate of a certificate chain was successfully
@@ -7610,6 +7626,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="DiskBasedCertCache.ChainReadTime" units="ms">
+ <obsolete>
+ Deprecated as of 01/2016. CertCacheTrial has been removed.
+ https://crbug.com/522312
+ </obsolete>
<owner>brandonsalmon@chromium.org</owner>
<summary>
Measures the wall clock time spent reading a certificate chain. The starting
@@ -7619,6 +7639,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="DiskBasedCertCache.ChainWriteTime" units="ms">
+ <obsolete>
+ Deprecated as of 01/2016. CertCacheTrial has been removed.
+ https://crbug.com/522312
+ </obsolete>
<owner>brandonsalmon@chromium.org</owner>
<summary>
Measures the wall clock time spent writing a certificate chain to disk. The
@@ -58128,6 +58152,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</enum>
<enum name="CertificateChainPosition" type="int">
+ <obsolete>
+ Deprecated as of 01/2016. CertCacheTrial has been removed.
+ https://crbug.com/522312
+ </obsolete>
<int value="0" label="Root Certificate"/>
</enum>
@@ -81273,6 +81301,10 @@ To add a new entry, add it with any value and run test to compute valid value.
</histogram_suffixes>
<histogram_suffixes name="CertIo" separator="">
+ <obsolete>
+ Deprecated as of 01/2016. CertCacheTrial has been removed.
+ https://crbug.com/522312
+ </obsolete>
<suffix name="ReadSuccess"
label="success rate of reading a certificate from the disk cache"/>
<suffix name="ReadFailure"
« no previous file with comments | « net/net.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698