https://github.com/notwoods/chrome-supersize-reports
Demo HTML reports from Chromium's supersize analysis tool.
https://github.com/notwoods/chrome-supersize-reports
chrome google python stream-processing treeview worker
Last synced: 2 months ago
JSON representation
Demo HTML reports from Chromium's supersize analysis tool.
- Host: GitHub
- URL: https://github.com/notwoods/chrome-supersize-reports
- Owner: NotWoods
- Created: 2018-06-19T19:14:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-27T18:23:31.000Z (almost 8 years ago)
- Last Synced: 2025-06-19T03:52:26.354Z (12 months ago)
- Topics: chrome, google, python, stream-processing, treeview, worker
- Language: JavaScript
- Homepage: https://storage.googleapis.com/chrome-supersize/index.html
- Size: 25.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Chrome Super Size Reports
Demo HTML reports from Chromium's Super Size analysis tool.
[**Demo**](demo)
[FAQ](FAQ)
[Super Size](https://chromium.googlesource.com/chromium/src/+/master/tools/binary_size/README.md#Super-Size)
is a tool for collecting, archiving, and analyzing Chrome on Android's binary size.
It archives `.size` files on various builders so regressions can be quickly analyzed.
Supersize can generate interactive
[html reports](https://chromium.googlesource.com/chromium/src/+/master/tools/binary_size/README.md#Usage_html_report)
with display a breakdown of the symbols in a `.size` file.
Below is some sample output from the tool.
## Old versions
- [**Current demo**](demo)
- [monochrome-2018-07-19 _(FAQ link)_](monochrome-2018-07-19)
- [monochrome-2018-07-17 _(Upload custom data)_](monochrome-2018-07-17)
- [monochrome-2018-07-09](monochrome-2018-07-09)
- [monochrome-2018-07-10](monochrome-2018-07-10)
- [monochrome-2018-07-11](monochrome-2018-07-11)
- [monochrome-2018-07-12](monochrome-2018-07-12)
- [monochrome-2018-07-06 _(Symbol type breakdown)_](monochrome-2018-07-06)
- [monochrome-2018-07-05 _(Filters)_](monochrome-2018-07-05)
- [monochrome-2018-07-04 _(Group by component)_](monochrome-2018-07-04)
- [monochrome-2018-07-03 _(Large data)_](monochrome-2018-07-03)
- [monochrome-2018-06-28 _(Keyboard navigation)_](monochrome-2018-06-28)
## Source code
Located in `//tools/binary_size/` in the Chromium repository.
- [Chromium](https://chromium.googlesource.com/chromium/src.git/+/master/tools/binary_size/)
- [GitHub mirror](https://github.com/chromium/chromium/tree/master/tools/binary_size)
## See also:
- [Super Size](https://chromium.googlesource.com/chromium/src/+/master/tools/binary_size/README.md#Super-Size)
- [agrieve.github.io/chrome/](https://agrieve.github.io/chrome/)