Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: net/url_request/url_request_context.h

Issue 2952203002: Add documentation in memory_benchmarks.md on finding links to trace files (Closed)
Patch Set: self Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/url_request/url_request_context.h
diff --git a/net/url_request/url_request_context.h b/net/url_request/url_request_context.h
index 2b00768fa34c84e91a30b5c6493e560b80927e34..6a8a145491c01c932a40609d9ae3173aa2507bb8 100644
--- a/net/url_request/url_request_context.h
+++ b/net/url_request/url_request_context.h
@@ -281,6 +281,8 @@ class NET_EXPORT URLRequestContext
void set_name(const char* name) { name_ = name; }
// MemoryDumpProvider implementation:
+ // This is reported as
+ // "memory:chrome:all_processes:reported_by_chrome:net:effective_size_avg."
bool OnMemoryDump(const base::trace_event::MemoryDumpArgs& args,
base::trace_event::ProcessMemoryDump* pmd) override;
« docs/memory-infra/memory_benchmarks.md ('K') | « docs/memory-infra/memory_benchmarks.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698