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. |