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

Unified Diff: base/trace_event/memory_dump_request_args.h

Issue 2852473002: memory-infra: Plumb platform_private_footprint to MemoryDumpManager (Closed)
Patch Set: remove log Created 3 years, 8 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
« no previous file with comments | « base/trace_event/memory_dump_manager.cc ('k') | base/trace_event/process_memory_totals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/memory_dump_request_args.h
diff --git a/base/trace_event/memory_dump_request_args.h b/base/trace_event/memory_dump_request_args.h
index bc5cc38ecdb9ebd3ea90933928c5e88317d7786f..9eb6ade350695561e0f11dd95f971d4177822644 100644
--- a/base/trace_event/memory_dump_request_args.h
+++ b/base/trace_event/memory_dump_request_args.h
@@ -16,6 +16,7 @@
#include "base/callback.h"
#include "base/optional.h"
#include "base/process/process_handle.h"
+#include "base/trace_event/process_memory_totals.h"
namespace base {
namespace trace_event {
@@ -83,6 +84,7 @@ struct MemoryDumpArgs {
struct BASE_EXPORT MemoryDumpCallbackResult {
struct OSMemDump {
uint32_t resident_set_kb = 0;
+ ProcessMemoryTotals::PlatformPrivateFootprint platform_private_footprint;
};
struct ChromeMemDump {
uint32_t malloc_total_kb = 0;
« no previous file with comments | « base/trace_event/memory_dump_manager.cc ('k') | base/trace_event/process_memory_totals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698