blob: e31958f1aba58979334ee9b3937943e0499ac1b4 [file] [log] [blame]
<!DOCTYPE html>
<title>binary size</title>
<script src=bloat.json></script>
<link rel=stylesheet href=webtreemap/webtreemap.css>
<style>
body {
font-family: sans-serif;
font-size: 0.8em;
margin: 2ex 4ex;
}
tt, pre {
font-family: WebKitWorkaround, monospace;
}
h1, h2 {
font-weight: normal;
}
h2 {
margin-top: 4ex;
}
#map {
width: 800px;
height: 600px;
position: relative;
cursor: pointer;
-webkit-user-select: none;
}
</style>
<h1>binary size</h1>
<p>Click on a box to zoom in. Click on the outermost box to zoom out.</p>
<div id='map'></div>
<script src='webtreemap/webtreemap.js'></script>
<script>
var map = document.getElementById('map');
appendTreemap(map, kTree);
</script>