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

Unified Diff: net/cert/multi_threaded_cert_verifier.h

Issue 225583009: Add Net.CertVerifier_First_Job_Latency metric. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sleevi comments. Created 6 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/cert/multi_threaded_cert_verifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/multi_threaded_cert_verifier.h
diff --git a/net/cert/multi_threaded_cert_verifier.h b/net/cert/multi_threaded_cert_verifier.h
index f4e278793f1b0064c4596d1af3d19dc79eb70aa7..8f00ebe301f93fed1620a5d700642fb931e7d78a 100644
--- a/net/cert/multi_threaded_cert_verifier.h
+++ b/net/cert/multi_threaded_cert_verifier.h
@@ -153,6 +153,9 @@ class NET_EXPORT_PRIVATE MultiThreadedCertVerifier
// place.
std::map<RequestParams, CertVerifierJob*> inflight_;
+ // A non-owning pointer to the first job for histogramming.
+ CertVerifierJob* first_job_;
+
uint64 requests_;
uint64 cache_hits_;
uint64 inflight_joins_;
« no previous file with comments | « no previous file | net/cert/multi_threaded_cert_verifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698