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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Makefile.standalone ('k') | bloat/bloat.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bloat/README.chromium
diff --git a/bloat/README.chromium b/bloat/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..26b7a36fbd6e7e64f842ff35009250057c08a9fa
--- /dev/null
+++ b/bloat/README.chromium
@@ -0,0 +1,35 @@
+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 llvm2ice.bloat.html.
« 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