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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1892033002: Cert - protobufs to serialize and deserialize CertVerifierCache. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« net/cert/multi_threaded_cert_verifier_unittest.cc ('K') | « net/net_nacl.gyp ('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 6ff7f086d08cf83c1893e326832b630ab8849937..d9f3e7cb24e1aa50f9a03077aa89f64b248e4016 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25060,6 +25060,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.CertVerifierCachePersister.LoadCacheTime" units="ms">
+ <owner>rtenneti@chromium.org</owner>
+ <summary>
+ The amount of time spent deserializing and populating CertVerifiers' cache.
+ </summary>
+</histogram>
+
+<histogram name="Net.CertVerifierCachePersister.SerializeTime" units="ms">
+ <owner>rtenneti@chromium.org</owner>
+ <summary>The amount of time spent serializing CertVerifiers' cache.</summary>
+</histogram>
+
<histogram name="Net.CoalescePotential" enum="CoalescePotentialPackets">
<obsolete>
Deprecated 04/2016 as doesn't have data nor owner.
« net/cert/multi_threaded_cert_verifier_unittest.cc ('K') | « net/net_nacl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698