Today I use "src/tools/binary_size/run_binary_size_analysis.py --library src/out/Release/content_shell --destdir /tmp/report" to profile content_shell size, but I got this :
#tools/binary_size/run_binary_size_analysis.py --library out/Release/content_shell --destdir /tmp/report
addr2line: /usr/bin/arm-linux-gnueabi-addr2line
nm: /usr/bin/arm-linux-gnueabi-nm
38.5%: Looked up 94800 symbols (4054 collisions, 0 disambiguations where 0.0% succeeded) - 226.9 lookups/s.
100.0%: Looked up 246500 symbols (14077 collisions, 0 disambiguations where 0.0% succeeded) - 4968.5 lookups/s.
232462 symbols in the results.
WARNING:root:There are sections with 155894 nodes. Results might be unusable.
Writing 34764536 bytes json
Report saved to /tmp/report/index.html
My chromium is m49.0.2603 and binary format is Arm v7, /tmp/report is too big to upload. Any ideas?