Jim Stichnoth | 307e326 | 2015-02-12 16:10:37 -0800 | [diff] [blame] | 1 | Name: Bloat - Generate webtreemap-compatible JSON summaries of binary size |
| 2 | Short Name: bloat |
| 3 | URL: https://github.com/martine/bloat |
| 4 | Version: 0 |
| 5 | Date: Apr 23, 2013 |
| 6 | Revision: 2c22b831f081402a9160adb957b64b83316202e1 |
| 7 | License: Apache 2.0 |
| 8 | License File: NOT_SHIPPED |
| 9 | Security Critical: no |
| 10 | |
| 11 | Description: |
| 12 | Generate webtreemap-compatible JSON summaries of binary size. |
| 13 | |
| 14 | Local Modifications: |
| 15 | Only bloat.py is used (with no modifications). |
| 16 | |
| 17 | ======================================================================== |
| 18 | |
| 19 | Name: Webtreemap - Web-based treemap |
| 20 | Short Name: webtreemap |
| 21 | URL: https://github.com/martine/webtreemap |
| 22 | Version: 0 |
| 23 | Date: Apr 23, 2013 |
| 24 | Revision: a2fa353833eca1a4821ba4c93fb6a7d546aed02a |
| 25 | License: Apache 2.0 |
| 26 | License File: NOT_SHIPPED |
| 27 | Security Critical: no |
| 28 | |
| 29 | Description: |
| 30 | A simple treemap implementation using web technologies (DOM nodes, CSS |
| 31 | styling and transitions) rather than a big canvas/svg/plugin. |
| 32 | |
| 33 | Local Modifications: |
| 34 | webtreemap.{js,css} are used with no modifications. demo/demo.html |
Jim Stichnoth | fa0cfa5 | 2015-02-26 09:42:36 -0800 | [diff] [blame] | 35 | was used as the basis for pnacl-sz.bloat.html. |