New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 671366 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Dec 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 620852



Sign in to add a comment

Instrument net::HttpCache::Transaction::DoNetworkRead

Project Member Reported by xunji...@chromium.org, Dec 5 2016

Issue description

net::HttpCache::Transaction::DoNetworkRead allocates 2.4KiB per call on average. Instrument and find out what the allocations are.


 
Status: Started (was: Available)
Status: WontFix (was: Started)
The allocation is SSL read buffers.

↳ƒnet::SSLClientSocketImpl::Read(net::IOBuffer*, int, base::Callback<void (int), (base::internal::CopyMode)1, (base::internal::RepeatMode)1> const&)	
471.2 KiB
658
0.7 KiB
↳ƒnet::HttpStreamParser::DoReadBody()	
291.5 KiB
85
3.4 KiB
↳ƒnet::HttpStreamParser::DoLoop(int)	
291.5 KiB
85
3.4 KiB
↳ƒnet::HttpStreamParser::ReadResponseBody(net::IOBuffer*, int, base::Callback<void (int), (base::internal::CopyMode)1, (base::internal::RepeatMode)1> const&)	
291.5 KiB
85
3.4 KiB
↳ƒnet::HttpNetworkTransaction::DoLoop(int)	
291.5 KiB
85
3.4 KiB
↳ƒnet::HttpNetworkTransaction::Read(net::IOBuffer*, int, base::Callback<void (int), (base::internal::CopyMode)1, (base::internal::RepeatMode)1> const&)	
291.5 KiB
85
3.4 KiB

Sign in to add a comment