|
|
Make URLRequestContext a MemoryDumpProvider
This CL makes URLRequestContext implement MemoryDumpProvider.
URLRequestContext will call into relevant classes to
gather memory usage stats via DumpMemoryStats().
This CL is mostly plumbing with the following exceptions:
(1) SSLClientSocketImpl reports cert size and buffer size
(2) SSLClientSessionCache reports cert size.
(3) SdchManager reports dictionaries size.
The goal of this CL is to lay a foundation on how the rest
of net/ could be instrumented using MemmoryDumpProvider.
Once this initial CL is reviewed and landed, there will
be follow-up CLs to instrument other parts of net/ and make
the instrumentation better.
BUG= 669108
Total comments: 4
Total comments: 2
Total comments: 18
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+555 lines, -54 lines) |
Patch |
 |
M |
chrome/browser/io_thread.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -0 lines |
1 comment
|
Download
|
 |
M |
chrome/browser/profiles/profile_io_data.cc
|
View
|
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/safe_browsing_service.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ssl/chrome_expect_ct_reporter_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+10 lines, -8 lines |
1 comment
|
Download
|
 |
M |
content/browser/appcache/appcache_request_handler_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
23 chunks |
+45 lines, -42 lines |
1 comment
|
Download
|
 |
M |
net/base/sdch_manager.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+9 lines, -0 lines |
1 comment
|
Download
|
 |
M |
net/base/sdch_manager.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+37 lines, -0 lines |
2 comments
|
Download
|
 |
M |
net/filter/brotli_source_stream.cc
|
View
|
|
2 chunks |
+15 lines, -0 lines |
1 comment
|
Download
|
 |
M |
net/filter/filter_source_stream.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+16 lines, -0 lines |
1 comment
|
Download
|
 |
M |
net/filter/filter_source_stream.cc
|
View
|
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/filter/sdch_source_stream.h
|
View
|
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/filter/sdch_source_stream.cc
|
View
|
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/filter/source_stream.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_session.h
|
View
|
1
2
3
4
5
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_session.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+23 lines, -0 lines |
1 comment
|
Download
|
 |
M |
net/net.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/client_socket_pool_base.h
|
View
|
1
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/client_socket_pool_base.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/client_socket_pool_manager.h
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -0 lines |
1 comment
|
Download
|
 |
M |
net/socket/client_socket_pool_manager_impl.h
|
View
|
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/client_socket_pool_manager_impl.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/mock_client_socket_pool_manager.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/mock_client_socket_pool_manager.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/socket_bio_adapter.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/socket_bio_adapter.cc
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_impl.h
|
View
|
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_impl.cc
|
View
|
|
2 chunks |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_pool.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_pool.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/stream_socket.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/ssl/ssl_client_session_cache.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+5 lines, -0 lines |
2 comments
|
Download
|
 |
M |
net/ssl/ssl_client_session_cache.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+43 lines, -0 lines |
1 comment
|
Download
|
 |
M |
net/url_request/url_request.h
|
View
|
1
2
3
4
5
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_context.h
|
View
|
|
5 chunks |
+20 lines, -2 lines |
1 comment
|
Download
|
 |
M |
net/url_request/url_request_context.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+38 lines, -1 line |
0 comments
|
Download
|
 |
A |
net/url_request/url_request_context_unittest.cc
|
View
|
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_job.h
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_job.cc
|
View
|
1
2
3
4
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
Total messages: 55 (46 generated)
|