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

Unified Diff: net/log/net_log_event_type_list.h

Issue 2806883002: Add QUIC_STREAM_FACTORY_JOB specific logs to track the Job's state machine. (Closed)
Patch Set: addess #3 Created 3 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/quic/chromium/quic_stream_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/log/net_log_event_type_list.h
diff --git a/net/log/net_log_event_type_list.h b/net/log/net_log_event_type_list.h
index c73eefada38f684a351c38adc0c020272430da15..bbd14afb3797eb25862176bf6748b278b5174736 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -1661,6 +1661,17 @@ EVENT_TYPE(QUIC_STREAM_FACTORY_JOB)
// }
EVENT_TYPE(QUIC_STREAM_FACTORY_JOB_BOUND_TO_HTTP_STREAM_JOB)
+// Measures the time taken to load server information.
+EVENT_TYPE(QUIC_STREAM_FACTORY_JOB_LOAD_SERVER_INFO)
+
+// Measures the time taken to establish a QUIC connection.
+// The event parameters are:
+// {
+// "require_confirmation": <True if we require handshake confirmation
+// in the connection>
+// }
+EVENT_TYPE(QUIC_STREAM_FACTORY_JOB_CONNECT)
+
// ------------------------------------------------------------------------
// QuicSession
// ------------------------------------------------------------------------
« no previous file with comments | « no previous file | net/quic/chromium/quic_stream_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698