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

Unified Diff: tracing/tracing/ui/analysis/memory_dump_overview_pane.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/ui/analysis/memory_dump_overview_pane.html
diff --git a/tracing/tracing/ui/analysis/memory_dump_overview_pane.html b/tracing/tracing/ui/analysis/memory_dump_overview_pane.html
index 16e0a7eb4248ec7c4d772fcb28804a688cf63f3b..397ab28e3af8ac51754d39e76873b1fc82b6f08f 100644
--- a/tracing/tracing/ui/analysis/memory_dump_overview_pane.html
+++ b/tracing/tracing/ui/analysis/memory_dump_overview_pane.html
@@ -314,7 +314,8 @@ tr.exportTo('tr.ui.analysis', function() {
// Map from ProcessMemoryDump totals fields to column names.
UsedMemoryColumn.TOTALS_MAP = {
'residentBytes': 'Total resident',
- 'peakResidentBytes': 'Peak total resident'
+ 'peakResidentBytes': 'Peak total resident',
+ 'privateFootprintBytes': 'Private footprint',
};
// Map from ProcessMemoryDump platform-specific totals fields to column names.

Powered by Google App Engine
This is Rietveld 408576698