commit | 307e326f90e8990361ad30645eb0bc80180c097b | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Thu Feb 12 16:10:37 2015 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Thu Feb 12 16:10:37 2015 -0800 |
tree | bed557e533495ad00b079c6679a0d8e490deeb72 | |
parent | d442e7eed84629ee885934e13a2fad5cf7909485 [diff] |
Subzero: Generate a web page showing llvm2ice size breakdown. "make -f Makefile.standalone bloat" generates a json file containing ./llvm2ice size data, and launches google-chrome on the output. bloat.py is taken verbatim from https://github.com/martine/bloat/blob/master/bloat.py . webtreemap.{js,css} are taken verbatim from https://github.com/martine/webtreemap . llvm2ice.bloat.html is adapted from https://github.com/martine/webtreemap/blob/gh-pages/demo/demo.html . BUG= none R=jfb@chromium.org Review URL: https://codereview.chromium.org/917203002