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

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, 8 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/proto/cert_verification.proto ('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 d311f55693cfd74c6eb60de103e7d63748801a71..af188c415a947c13c7dda54d140684bbba28a30c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -24688,6 +24688,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">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
« net/cert/proto/cert_verification.proto ('K') | « net/net_nacl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698