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

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

Issue 2795593005: //tools/binary_size: Various enhancements to console.py (Closed)
Patch Set: Review fixes 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/Map2Size.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 d43c4c5f7e835b45bb53135887e0c6f7d4e0ac88..f26e68296f3dcb9ef34b92830b5c1dc7ee9c1baf 100644
--- a/tools/binary_size/testdata/SymbolGroupMethods.golden
+++ b/tools/binary_size/testdata/SymbolGroupMethods.golden
@@ -1,5 +1,6 @@
GroupByNamespace()
Showing 10 symbols with total size: 2652154 bytes
+.text=0 bytes .rodata=0 bytes other=2.53mb total=2.53mb
First columns are: running total, type, size
2651884 * 2651884 {global} (count=27)
2651978 * 94 blink::PaintChunker (count=1)
@@ -13,6 +14,7 @@ First columns are: running total, type, size
2652154 * 0 SaveHistogram (count=1)
GroupByNamespace(depth=1)
Showing 7 symbols with total size: 2652154 bytes
+.text=0 bytes .rodata=0 bytes other=2.53mb total=2.53mb
First columns are: running total, type, size
2651884 * 2651884 {global} (count=27)
2652038 * 154 blink (count=4)
@@ -23,6 +25,7 @@ First columns are: running total, type, size
2652154 * 0 SaveHistogram (count=1)
GroupByNamespace(depth=1, fallback=None)
Showing 7 symbols with total size: 2652154 bytes
+.text=0 bytes .rodata=0 bytes other=2.53mb total=2.53mb
First columns are: running total, type, size
2651884 * 2651884 (count=27)
2652038 * 154 blink (count=4)
@@ -33,14 +36,15 @@ First columns are: running total, type, size
2652154 * 0 SaveHistogram (count=1)
GroupByNamespace(depth=1, min_count=2)
Showing 7 symbols with total size: 2652154 bytes
+.text=0 bytes .rodata=0 bytes other=2.53mb total=2.53mb
First columns are: running total, type, size
2651884 * 2651884 {global} (count=27)
2652038 * 154 blink (count=4)
2652118 * 80 chrome (count=3)
2652142 d@0x2cd8538 24 base/page_allocator.cc
- 2652142 mojo::MessageReceiver [vtable]
+ mojo::MessageReceiver [vtable]
2652150 * 8 google (count=2)
2652154 d@0x2de70a0 4 third_party/container.c
- 2652154 base::android::g_renderer_histogram_code
+ base::android::g_renderer_histogram_code
2652154 b@0x2dffe80 200 third_party/icu/ucnv_ext.c
- 2652154 SaveHistogram::atomic_histogram_pointer
+ SaveHistogram::atomic_histogram_pointer
« no previous file with comments | « tools/binary_size/testdata/Map2Size.golden ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698