1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
README.chromium Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
bloat.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
pnacl-sz.bloat.html Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
pnacl-sz.x8632.nexe.bloat.html Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
pnacl-sz.x8664.nexe.bloat.html Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
pnacl_public_x86_32_pnacl_sz_nexe.bloat.html Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
pnacl_public_x86_64_pnacl_sz_nexe.bloat.html Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
webtreemap.css Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
webtreemap.js Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.chromium

Name: Bloat - Generate webtreemap-compatible JSON summaries of binary size
Short Name: bloat
URL: https://github.com/martine/bloat
Version: 0
Date: Apr 23, 2013
Revision: 2c22b831f081402a9160adb957b64b83316202e1
License: Apache 2.0
License File: NOT_SHIPPED
Security Critical: no

Description:
Generate webtreemap-compatible JSON summaries of binary size.

Local Modifications:
Only bloat.py is used (with no modifications).

========================================================================

Name: Webtreemap - Web-based treemap
Short Name: webtreemap
URL: https://github.com/martine/webtreemap
Version: 0
Date: Apr 23, 2013
Revision: a2fa353833eca1a4821ba4c93fb6a7d546aed02a
License: Apache 2.0
License File: NOT_SHIPPED
Security Critical: no

Description:
A simple treemap implementation using web technologies (DOM nodes, CSS
styling and transitions) rather than a big canvas/svg/plugin.

Local Modifications:
webtreemap.{js,css} are used with no modifications.  demo/demo.html
was used as the basis for pnacl-sz.bloat.html.