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

Side by Side Diff: bloat/pnacl_public_x86_64_pnacl_sz_nexe.bloat.html

Issue 1746593002: Subzero: Build sandboxed translators for the browser. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix location of json files Created 4 years, 9 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 | « bloat/pnacl_public_x86_32_pnacl_sz_nexe.bloat.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <head> 2 <head>
3 <title>Subzero size breakdown</title> 3 <title>Subzero size breakdown</title>
4 <script src='../build/pnacl-sz.bloat.json'></script> 4 <script src='../build/pnacl_public_x86_64_pnacl_sz_nexe.bloat.json'></script>
5 <link rel='stylesheet' href='webtreemap.css'> 5 <link rel='stylesheet' href='webtreemap.css'>
6 <style> 6 <style>
7 body { 7 body {
8 font-family: sans-serif; 8 font-family: sans-serif;
9 font-size: 0.8em; 9 font-size: 0.8em;
10 margin: 2ex 4ex; 10 margin: 2ex 4ex;
11 } 11 }
12 12
13 h1 { 13 h1 {
14 font-weight: normal; 14 font-weight: normal;
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 <div class='webtreemap-symbol-read-only_data webtreemap-aggregate'>read-only 52 <div class='webtreemap-symbol-read-only_data webtreemap-aggregate'>read-only
53 data aggregate</div> 53 data aggregate</div>
54 <div class='webtreemap-symbol-code'>code</div> 54 <div class='webtreemap-symbol-code'>code</div>
55 <div class='webtreemap-symbol-code webtreemap-aggregate'>code aggregate</div> 55 <div class='webtreemap-symbol-code webtreemap-aggregate'>code aggregate</div>
56 <div class='webtreemap-symbol-weak_symbol'>weak symbol</div> 56 <div class='webtreemap-symbol-weak_symbol'>weak symbol</div>
57 <div class='webtreemap-symbol-weak_symbol webtreemap-aggregate'>weak symbol 57 <div class='webtreemap-symbol-weak_symbol webtreemap-aggregate'>weak symbol
58 aggregate</div> 58 aggregate</div>
59 </div> 59 </div>
60 60
61 </body> 61 </body>
OLDNEW
« no previous file with comments | « bloat/pnacl_public_x86_32_pnacl_sz_nexe.bloat.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698