{"id":15421233,"url":"https://github.com/notwoods/chrome-supersize-reports","last_synced_at":"2026-04-13T01:37:19.115Z","repository":{"id":76026764,"uuid":"137934748","full_name":"NotWoods/chrome-supersize-reports","owner":"NotWoods","description":"Demo HTML reports from Chromium's supersize analysis tool.","archived":false,"fork":false,"pushed_at":"2018-07-27T18:23:31.000Z","size":26417,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-19T03:52:26.354Z","etag":null,"topics":["chrome","google","python","stream-processing","treeview","worker"],"latest_commit_sha":null,"homepage":"https://storage.googleapis.com/chrome-supersize/index.html","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NotWoods.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-19T19:14:42.000Z","updated_at":"2018-08-30T11:14:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"375fc037-3c0b-44d0-a248-aaebebea4008","html_url":"https://github.com/NotWoods/chrome-supersize-reports","commit_stats":{"total_commits":44,"total_committers":2,"mean_commits":22.0,"dds":0.09090909090909094,"last_synced_commit":"0caa9bb35b7995a904cf38d128b23614b9cac4df"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NotWoods/chrome-supersize-reports","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotWoods%2Fchrome-supersize-reports","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotWoods%2Fchrome-supersize-reports/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotWoods%2Fchrome-supersize-reports/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotWoods%2Fchrome-supersize-reports/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotWoods","download_url":"https://codeload.github.com/NotWoods/chrome-supersize-reports/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotWoods%2Fchrome-supersize-reports/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31736723,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T22:19:12.206Z","status":"ssl_error","status_checked_at":"2026-04-12T22:18:33.088Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome","google","python","stream-processing","treeview","worker"],"created_at":"2024-10-01T17:34:03.012Z","updated_at":"2026-04-13T01:37:19.084Z","avatar_url":"https://github.com/NotWoods.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"icon.png\" height=\"160\" width=\"160\"\u003e\n\n# Chrome Super Size Reports\nDemo HTML reports from Chromium's Super Size analysis tool.\n\n[**Demo**](demo)\n\n[FAQ](FAQ)\n\n[Super Size](https://chromium.googlesource.com/chromium/src/+/master/tools/binary_size/README.md#Super-Size)\nis a tool for collecting, archiving, and analyzing Chrome on Android's binary size.\nIt archives `.size` files on various builders so regressions can be quickly analyzed.\n\nSupersize can generate interactive\n[html reports](https://chromium.googlesource.com/chromium/src/+/master/tools/binary_size/README.md#Usage_html_report)\nwith display a breakdown of the symbols in a `.size` file.\nBelow is some sample output from the tool.\n\n## Old versions\n- [**Current demo**](demo)\n- [monochrome-2018-07-19 _(FAQ link)_](monochrome-2018-07-19)\n- [monochrome-2018-07-17 _(Upload custom data)_](monochrome-2018-07-17)\n- [monochrome-2018-07-09](monochrome-2018-07-09)\n- [monochrome-2018-07-10](monochrome-2018-07-10)\n- [monochrome-2018-07-11](monochrome-2018-07-11)\n- [monochrome-2018-07-12](monochrome-2018-07-12)\n- [monochrome-2018-07-06 _(Symbol type breakdown)_](monochrome-2018-07-06)\n- [monochrome-2018-07-05 _(Filters)_](monochrome-2018-07-05)\n- [monochrome-2018-07-04 _(Group by component)_](monochrome-2018-07-04)\n- [monochrome-2018-07-03 _(Large data)_](monochrome-2018-07-03)\n- [monochrome-2018-06-28 _(Keyboard navigation)_](monochrome-2018-06-28)\n\n## Source code\nLocated in `//tools/binary_size/` in the Chromium repository.\n- [Chromium](https://chromium.googlesource.com/chromium/src.git/+/master/tools/binary_size/)\n- [GitHub mirror](https://github.com/chromium/chromium/tree/master/tools/binary_size)\n\n## See also:\n- [Super Size](https://chromium.googlesource.com/chromium/src/+/master/tools/binary_size/README.md#Super-Size)\n- [agrieve.github.io/chrome/](https://agrieve.github.io/chrome/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotwoods%2Fchrome-supersize-reports","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotwoods%2Fchrome-supersize-reports","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotwoods%2Fchrome-supersize-reports/lists"}