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

Unified Diff: services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom

Issue 2876733005: memory-infra: Assemble dump results in service (Closed)
Patch Set: Clean up Created 3 years, 7 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 | « services/resource_coordinator/memory/coordinator/coordinator_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom
diff --git a/services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom b/services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom
index aa1a583efda3b000e943ae2936c3da2c8f2d1964..01c268cfecff2b9145ca03c8cd9c2a09f4a186ce 100644
--- a/services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom
+++ b/services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom
@@ -63,7 +63,9 @@ struct ProcessMemoryDump {
OSMemDump os_dump;
ChromeMemDump chrome_dump;
- // TODO(hjd): add the computed Consistent Memory Metrics footprints here.
+ // This is roughly private, anonymous, non-discardable, resident or swapped
+ // memory. For more details, see https://goo.gl/3kPb9S.
+ uint32 private_footprint = 0;
// This is used only in the use-case (1) and only on Linux/CrOS to get
// around sandboxing. See crbug.com/461788 .
« no previous file with comments | « services/resource_coordinator/memory/coordinator/coordinator_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698