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

Issue 688143 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Jul 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 669108



Sign in to add a comment

Instrument memory usage in net/spdy

Project Member Reported by xunji...@chromium.org, Feb 2 2017

Issue description

The general idea is to have a "size_t EstimateMemoryUsage() const" method for every non-trivial class in net/spdy. The member method should return the size of dynamically allocated memory in bytes (see more info in base/trace_event/memory_usage_estimator.h)


Then the memory usage can be hooked up in net/'s MemoryDumpProvider (see URLRequestContext::OnMemoryDump() or HttpNetworkSession::DumpMemoryStats()). An example to do this can be found in b4199f82689fd146d52d8352f4d07bd79d6cfbd6.

 
Components: Internals>Network>HTTP2
Owner: xunji...@chromium.org
Status: Fixed (was: Untriaged)
Fixed in ec84e4ea604deb4d6cca4b72ce6f97babf99878b

Sign in to add a comment