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

Unified Diff: tracing/tracing/ui/analysis/memory_dump_sub_view_test_utils.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
« no previous file with comments | « tracing/tracing/ui/analysis/memory_dump_overview_pane_test.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/analysis/memory_dump_sub_view_test_utils.html
diff --git a/tracing/tracing/ui/analysis/memory_dump_sub_view_test_utils.html b/tracing/tracing/ui/analysis/memory_dump_sub_view_test_utils.html
index aee13c9bea452fd2642c9c9c3f49244615a11035..ead290c09efeace46eb9da2a4091dc4a68b7d745 100644
--- a/tracing/tracing/ui/analysis/memory_dump_sub_view_test_utils.html
+++ b/tracing/tracing/ui/analysis/memory_dump_sub_view_test_utils.html
@@ -76,6 +76,7 @@ tr.exportTo('tr.ui.analysis', function() {
residentBytes: 20971520, /* 20 MiB */
peakResidentBytes: 41943040, /* 40 MiB */
arePeakResidentBytesResettable: false,
+ privateFootprintBytes: 15728640, /* 15 MiB */
platformSpecific: {
private_bytes: 10485760 /* 10 MiB */
}
@@ -193,6 +194,7 @@ tr.exportTo('tr.ui.analysis', function() {
residentBytes: 19922944, /* 19 MiB */
peakResidentBytes: 41943040, /* 40 MiB */
arePeakResidentBytesResettable: false,
+ privateFootprintBytes: 15728640, /* 15 MiB */
platformSpecific: {
private_bytes: 8912896 /* 8.5 MiB */
}
@@ -234,6 +236,7 @@ tr.exportTo('tr.ui.analysis', function() {
pmd3B.totals = {
residentBytes: 18874368, /* 18 MiB */
peakResidentBytes: 44040192, /* 42 MiB */
+ privateFootprintBytes: 15728640, /* 16 MiB */
arePeakResidentBytesResettable: false,
platformSpecific: {
private_bytes: 7340032 /* 7 MiB */
« no previous file with comments | « tracing/tracing/ui/analysis/memory_dump_overview_pane_test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698