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

Unified Diff: tools/binary_size/testdata/SymbolGroupMethods.golden

Issue 2802293002: //tools/binary_size: Add object file count to Print() (Closed)
Patch Set: Created 3 years, 8 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 | « tools/binary_size/testdata/ConsoleNullDiff.golden ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/binary_size/testdata/SymbolGroupMethods.golden
diff --git a/tools/binary_size/testdata/SymbolGroupMethods.golden b/tools/binary_size/testdata/SymbolGroupMethods.golden
index e7fe5485d014ffb0441596c6f994380c07f003ab..e59d05c25d03950ce33ade050f8407178807ab91 100644
--- a/tools/binary_size/testdata/SymbolGroupMethods.golden
+++ b/tools/binary_size/testdata/SymbolGroupMethods.golden
@@ -1,6 +1,8 @@
GroupByNamespace()
Showing 10 symbols with total size: 2652506 bytes
.text=0 bytes .rodata=0 bytes other=2.53mb total=2.53mb
+Number of object files: 1
+
First columns are: running total, type, size
2652236 * 2652236 {global} (count=27)
2652330 * 94 blink::PaintChunker (count=1)
@@ -15,6 +17,8 @@ First columns are: running total, type, size
GroupByNamespace(depth=1)
Showing 7 symbols with total size: 2652506 bytes
.text=0 bytes .rodata=0 bytes other=2.53mb total=2.53mb
+Number of object files: 1
+
First columns are: running total, type, size
2652236 * 2652236 {global} (count=27)
2652390 * 154 blink (count=4)
@@ -26,6 +30,8 @@ First columns are: running total, type, size
GroupByNamespace(depth=1, fallback=None)
Showing 7 symbols with total size: 2652506 bytes
.text=0 bytes .rodata=0 bytes other=2.53mb total=2.53mb
+Number of object files: 1
+
First columns are: running total, type, size
2652236 * 2652236 (count=27)
2652390 * 154 blink (count=4)
@@ -37,6 +43,8 @@ First columns are: running total, type, size
GroupByNamespace(depth=1, min_count=2)
Showing 7 symbols with total size: 2652506 bytes
.text=0 bytes .rodata=0 bytes other=2.53mb total=2.53mb
+Number of object files: 4
+
First columns are: running total, type, size
2652236 * 2652236 {global} (count=27)
2652390 * 154 blink (count=4)
« no previous file with comments | « tools/binary_size/testdata/ConsoleNullDiff.golden ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698