1<!-- Copyright 2020 the V8 project authors. All rights reserved. 2Use of this source code is governed by a BSD-style license that can be 3found in the LICENSE file. --> 4<style> 5#chart { 6 width: 100%; 7 height: 500px; 8} 9</style> 10<div id="container" style="display: none;"> 11 <h2>Stats</h2> 12 <p>Peak allocated zone memory <span id="peak-memory-label"></span></p> 13 14 <h2>Timeline</h2> 15 <div id="chart"></div> 16</div> 17