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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2021433004: Cert - protobufs to serialize and deserialize CertVerifierCache. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Add_support_for_walking_1999733002
Patch Set: Created 4 years, 6 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/extras/cert/cert_verifier_cache_persister.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 18549fcffd7d645849e7c902df6b3c583b30daf6..1ebc816a71f2cf87accb72a4a990acdacb808769 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25624,6 +25624,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.CertVerifierCachePersister.LoadCacheSize">
+ <owner>rtenneti@chromium.org</owner>
+ <summary>
+ The number of CertVerificationCache's entries that were deserialized.
Ryan Sleevi 2016/06/08 21:38:10 GRAMMAR: This feels weird (notably, "CertVerificat
ramant (doing other things) 2016/06/09 00:51:39 Deleted this. Done.
+ </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.
Ryan Sleevi 2016/06/08 21:38:10 GRAMMAR: Either caches should be plural (to reflec
ramant (doing other things) 2016/06/09 00:51:39 Done.
+ </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/extras/cert/cert_verifier_cache_persister.cc ('K') | « net/net_nacl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698