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

Unified Diff: tracing/tracing/model/process_memory_dump.html

Issue 3012213002: tracing: Add private footprint (Closed)
Patch Set: Created 3 years, 3 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: tracing/tracing/model/process_memory_dump.html
diff --git a/tracing/tracing/model/process_memory_dump.html b/tracing/tracing/model/process_memory_dump.html
index a284d33d37f3c66a5df700918d1fa637366e29b8..064141c3db7680e86e8fec610a0d1dddcf6dcdbf 100644
--- a/tracing/tracing/model/process_memory_dump.html
+++ b/tracing/tracing/model/process_memory_dump.html
@@ -50,6 +50,7 @@ tr.exportTo('tr.model', function() {
// - peakResidentBytes: Peak resident bytes (number)
// - arePeakResidentBytesResettable: Flag whether peak resident bytes are
// resettable (boolean)
+ // - privateFootprintBytes: Private footprint bytes (number)
// - platformSpecific: Map from OS-specific total names (string) to sizes
// (number)
this.totals = undefined;

Powered by Google App Engine
This is Rietveld 408576698