diff options
author | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-17 19:07:21 +0000 |
---|---|---|
committer | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-17 19:07:21 +0000 |
commit | 1239d2873c81b96ba283981b7fc35bcf566ca7d1 (patch) | |
tree | 12c4c23ebf238b669e3580bb1076de8b0f8b98ac /net/base | |
parent | 90610762cb7f004ad28dde9b9763714bf95731d7 (diff) | |
download | chromium_src-1239d2873c81b96ba283981b7fc35bcf566ca7d1.zip chromium_src-1239d2873c81b96ba283981b7fc35bcf566ca7d1.tar.gz chromium_src-1239d2873c81b96ba283981b7fc35bcf566ca7d1.tar.bz2 |
Add more load log points near HttpNetworkTransaction::ReadHeaders
TEST=none
BUG=27324
Review URL: http://codereview.chromium.org/501034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34853 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base')
-rw-r--r-- | net/base/load_log_event_type_list.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/base/load_log_event_type_list.h b/net/base/load_log_event_type_list.h index eeccfd3..5b063de 100644 --- a/net/base/load_log_event_type_list.h +++ b/net/base/load_log_event_type_list.h @@ -178,6 +178,13 @@ EVENT_TYPE(FLIP_TRANSACTION_READ_HEADERS) EVENT_TYPE(FLIP_TRANSACTION_READ_BODY) // ------------------------------------------------------------------------ +// HttpStreamParser +// ------------------------------------------------------------------------ + +// Measures the time to read HTTP response headers from the server. +EVENT_TYPE(HTTP_STREAM_PARSER_READ_HEADERS) + +// ------------------------------------------------------------------------ // SocketStream // ------------------------------------------------------------------------ |