New issue
Advanced search Search tips

Issue 688142 link

Starred by 1 user

Issue metadata

Status: Archived
Owner: ----
Closed: Mar 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 669108



Sign in to add a comment

Instrument memory usage in net/quic

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/quic. 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>QUIC
Status: Archived (was: Untriaged)
Archived due to lack of activity

Sign in to add a comment