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

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

Issue 2237603002: Cronet/QUIC - Added histograms to measure the time spent to seriliaze (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase TOT 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 | « components/cronet/android/cronet_url_request_context_adapter.cc ('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 b0278a6c494ff93228f2df6ee92366b042ce7cde..0f07a691323ecec2e5563c2685a2b72ae3c8b028 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27359,6 +27359,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.Cronet.CertVerifierCache.DeserializeTime" units="ms">
+ <owner>rch@chromium.org</owner>
+ <summary>
+ Measures time spent to deserialize and populate the
+ net::CachingCertVerifier's cache.
+ </summary>
+</histogram>
+
+<histogram name="Net.Cronet.CertVerifierCache.SerializeTime" units="ms">
+ <owner>rch@chromium.org</owner>
+ <summary>
+ Measures time spent to serialize the net::CachingCertVerifier's cache.
+ </summary>
+</histogram>
+
<histogram name="Net.DailyContentLength" units="KB">
<owner>bolian@chromium.org</owner>
<summary>
« no previous file with comments | « components/cronet/android/cronet_url_request_context_adapter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698