Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: bloat/README.chromium

Issue 917203002: Subzero: Generate a web page showing llvm2ice size breakdown. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Dump the json file into the build directory Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Makefile.standalone ('k') | bloat/bloat.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
35 was used as the basis for llvm2ice.bloat.html.
OLDNEW
« no previous file with comments | « Makefile.standalone ('k') | bloat/bloat.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698