Index: tracing/tracing/extras/importer/trace_event_importer.html |
diff --git a/tracing/tracing/extras/importer/trace_event_importer.html b/tracing/tracing/extras/importer/trace_event_importer.html |
index 02bcf0b35f630ba1a7badf71872dae2235f5ce56..cc32d50476b04d6fa4596267378782cdee816c00 100644 |
--- a/tracing/tracing/extras/importer/trace_event_importer.html |
+++ b/tracing/tracing/extras/importer/trace_event_importer.html |
@@ -2777,6 +2777,12 @@ tr.exportTo('tr.e.importer', function() { |
continue; |
} |
+ // Private footprint |
+ if (rawTotalName === 'private_footprint_bytes') { |
+ totals.privateFootprintBytes = parseInt(rawTotalValue, 16); |
+ continue; |
+ } |
+ |
// OS-specific totals (e.g. private resident on Mac). |
if (platformSpecificTotals === undefined) { |
platformSpecificTotals = {}; |