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

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

Issue 2867213003: memory-infra: Assemble dump results in service (Closed)
Patch Set: update some autp types 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
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 64ecc12862e1d6069c611039555c8e67a9c1d3d9..e8835d41dbefaa5e822fd36ec11e5c8d8211882c 100644
--- a/services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom
+++ b/services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom
@@ -63,7 +63,7 @@ struct ProcessMemoryDump {
OSMemDump os_dump;
ChromeMemDump chrome_dump;
- // TODO(hjd): add the computed Consistent Memory Metrics footprints here.
+ uint32 cmm_private_footprint = 0;
Primiano Tucci (use gerrit) 2017/05/10 17:42:43 cmm is going to be an obscure acronym for everybod
dcheng 2017/05/12 07:51:00 +1
// This is used only in the use-case (1) and only on Linux/CrOS to get
// around sandboxing. See crbug.com/461788 .

Powered by Google App Engine
This is Rietveld 408576698