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

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

Issue 2856203004: supersize: Fix name normalization of top-level lambdas (Closed)
Patch Set: rebase 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/libsupersize/testdata/FullDescription.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/libsupersize/testdata/SymbolGroupMethods.golden
diff --git a/tools/binary_size/libsupersize/testdata/SymbolGroupMethods.golden b/tools/binary_size/libsupersize/testdata/SymbolGroupMethods.golden
index 352224056ffa48cd5fabc7c5c6f3a889885d0f33..2fd8ab727a1dfbaa8bcc8c8bcee1778c9cca30d8 100644
--- a/tools/binary_size/libsupersize/testdata/SymbolGroupMethods.golden
+++ b/tools/binary_size/libsupersize/testdata/SymbolGroupMethods.golden
@@ -1,5 +1,5 @@
GroupByNamespace()
-Showing 10 symbols with total pss: 44309900 bytes
+Showing 10 symbols (10 unique) with total pss: 44309900 bytes
.text=0 bytes .rodata=0 bytes other=42.3mb total=42.3mb
Number of object files: 5
@@ -25,7 +25,7 @@ First columns are: running total, address, pss
44309900 *@Group 4 third_party/paint.cc
blink::CSSValueKeywordsHash::findValueImpl (count=1)
GroupByNamespace(depth=1)
-Showing 7 symbols with total pss: 44309900 bytes
+Showing 7 symbols (7 unique) with total pss: 44309900 bytes
.text=0 bytes .rodata=0 bytes other=42.3mb total=42.3mb
Number of object files: 4
@@ -45,7 +45,7 @@ First columns are: running total, address, pss
44309900 *@Group 8 {no path}
google (count=2)
GroupByNamespace(depth=1, fallback=None)
-Showing 7 symbols with total pss: 44309900 bytes
+Showing 7 symbols (7 unique) with total pss: 44309900 bytes
.text=0 bytes .rodata=0 bytes other=42.3mb total=42.3mb
Number of object files: 4
@@ -64,7 +64,7 @@ First columns are: running total, address, pss
44309900 *@Group 8 {no path}
google (count=2)
GroupByNamespace(depth=1, min_count=2)
-Showing 7 symbols with total pss: 44309900 bytes
+Showing 7 symbols (7 unique) with total pss: 44309900 bytes
.text=0 bytes .rodata=0 bytes other=42.3mb total=42.3mb
Number of object files: 4
« no previous file with comments | « tools/binary_size/libsupersize/testdata/FullDescription.golden ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698