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

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

Issue 2775173005: FREEZE.unindexed (Closed)
Patch Set: ps2 Created 3 years, 9 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') | tools/binary_size/testdata/build.ninja » ('j') | 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
new file mode 100644
index 0000000000000000000000000000000000000000..d43c4c5f7e835b45bb53135887e0c6f7d4e0ac88
--- /dev/null
+++ b/tools/binary_size/testdata/SymbolGroupMethods.golden
@@ -0,0 +1,46 @@
+GroupByNamespace()
+Showing 10 symbols with total size: 2652154 bytes
+First columns are: running total, type, size
+ 2651884 * 2651884 {global} (count=27)
+ 2651978 * 94 blink::PaintChunker (count=1)
+ 2652034 * 56 blink::ContiguousContainerBase (count=2)
+ 2652082 * 48 chrome::mojom (count=2)
+ 2652114 * 32 chrome::mojom::FilePatcher (count=1)
+ 2652138 * 24 mojo (count=1)
+ 2652146 * 8 google::protobuf::internal (count=2)
+ 2652150 * 4 base::android (count=1)
+ 2652154 * 4 blink::CSSValueKeywordsHash::findValueImpl (count=1)
+ 2652154 * 0 SaveHistogram (count=1)
+GroupByNamespace(depth=1)
+Showing 7 symbols with total size: 2652154 bytes
+First columns are: running total, type, size
+ 2651884 * 2651884 {global} (count=27)
+ 2652038 * 154 blink (count=4)
+ 2652118 * 80 chrome (count=3)
+ 2652142 * 24 mojo (count=1)
+ 2652150 * 8 google (count=2)
+ 2652154 * 4 base (count=1)
+ 2652154 * 0 SaveHistogram (count=1)
+GroupByNamespace(depth=1, fallback=None)
+Showing 7 symbols with total size: 2652154 bytes
+First columns are: running total, type, size
+ 2651884 * 2651884 (count=27)
+ 2652038 * 154 blink (count=4)
+ 2652118 * 80 chrome (count=3)
+ 2652142 * 24 mojo (count=1)
+ 2652150 * 8 google (count=2)
+ 2652154 * 4 base (count=1)
+ 2652154 * 0 SaveHistogram (count=1)
+GroupByNamespace(depth=1, min_count=2)
+Showing 7 symbols with total size: 2652154 bytes
+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]
+ 2652150 * 8 google (count=2)
+ 2652154 d@0x2de70a0 4 third_party/container.c
+ 2652154 base::android::g_renderer_histogram_code
+ 2652154 b@0x2dffe80 200 third_party/icu/ucnv_ext.c
+ 2652154 SaveHistogram::atomic_histogram_pointer
« no previous file with comments | « tools/binary_size/testdata/Map2Size.golden ('k') | tools/binary_size/testdata/build.ninja » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698