11cb0ef41Sopenharmony_ci<!DOCTYPE html>
21cb0ef41Sopenharmony_ci<html>
31cb0ef41Sopenharmony_ci<!--
41cb0ef41Sopenharmony_ciCopyright 2019 the V8 project authors. All rights reserved.  Use of this source
51cb0ef41Sopenharmony_cicode is governed by a BSD-style license that can be found in the LICENSE file.
61cb0ef41Sopenharmony_ci-->
71cb0ef41Sopenharmony_ci<head>
81cb0ef41Sopenharmony_ci  <meta charset="utf-8">
91cb0ef41Sopenharmony_ci  <title>V8 Turbolizer</title>
101cb0ef41Sopenharmony_ci  <link rel="stylesheet" href="turbo-visualizer.css">
111cb0ef41Sopenharmony_ci  <link rel="stylesheet" href="turbo-visualizer-ranges.css">
121cb0ef41Sopenharmony_ci  <link rel="stylesheet" href="tabs.css">
131cb0ef41Sopenharmony_ci  <link rel="icon" type="image/png" href="turbolizer.png">
141cb0ef41Sopenharmony_ci</head>
151cb0ef41Sopenharmony_ci
161cb0ef41Sopenharmony_ci<body>
171cb0ef41Sopenharmony_ci  <div id="left" class="content"></div>
181cb0ef41Sopenharmony_ci  <div id="resizer-left" class="resizer"></div>
191cb0ef41Sopenharmony_ci  <div id="middle">
201cb0ef41Sopenharmony_ci
211cb0ef41Sopenharmony_ci    <div id="load-file">
221cb0ef41Sopenharmony_ci      <input id="upload-helper" type="file">
231cb0ef41Sopenharmony_ci      <input id="upload" type="image" title="load graph" class="button-input" src="upload-icon.png" alt="upload graph">
241cb0ef41Sopenharmony_ci    </div>
251cb0ef41Sopenharmony_ci    <div id="resizer-ranges" class="resizer" style="visibility:hidden;"></div>
261cb0ef41Sopenharmony_ci    <div id="ranges" class="content" style="visibility:hidden;"></div>
271cb0ef41Sopenharmony_ci    <div id="show-hide-ranges" class="show-hide-pane" style="visibility: hidden">
281cb0ef41Sopenharmony_ci      <input id="ranges-expand" type="image" title="show ranges" src="up-arrow.png" class="button-input invisible">
291cb0ef41Sopenharmony_ci      <input id="ranges-shrink" type="image" title="hide ranges" src="down-arrow.png" class="button-input">
301cb0ef41Sopenharmony_ci    </div>
311cb0ef41Sopenharmony_ci  </div>
321cb0ef41Sopenharmony_ci  <div id="resizer-right" class="resizer"></div>
331cb0ef41Sopenharmony_ci  <div id="right" class="content"></div>
341cb0ef41Sopenharmony_ci  <div id="show-hide-source" class="show-hide-pane">
351cb0ef41Sopenharmony_ci    <input id="source-expand" type="image" title="show source" src="right-arrow.png" class="button-input invisible">
361cb0ef41Sopenharmony_ci    <input id="source-shrink" type="image" title="hide source" src="left-arrow.png" class="button-input">
371cb0ef41Sopenharmony_ci  </div>
381cb0ef41Sopenharmony_ci  <div id="show-hide-disassembly" class="show-hide-pane">
391cb0ef41Sopenharmony_ci    <input id="disassembly-expand" type="image" title="show disassembly" src="left-arrow.png" class="button-input invisible">
401cb0ef41Sopenharmony_ci    <input id="disassembly-shrink" type="image" title="hide disassembly" src="right-arrow.png" class="button-input">
411cb0ef41Sopenharmony_ci  </div>
421cb0ef41Sopenharmony_ci  <div id="text-placeholder" width="0" height="0" style="position: absolute; top:100000px;">
431cb0ef41Sopenharmony_ci    <svg>
441cb0ef41Sopenharmony_ci      <text text-anchor="right">
451cb0ef41Sopenharmony_ci        <tspan white-space="inherit" id="text-measure">
461cb0ef41Sopenharmony_ci      </text>
471cb0ef41Sopenharmony_ci    </svg>
481cb0ef41Sopenharmony_ci  </div>
491cb0ef41Sopenharmony_ci  <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script>
501cb0ef41Sopenharmony_ci  <script src="build/turbolizer.js"></script>
511cb0ef41Sopenharmony_ci</body>
521cb0ef41Sopenharmony_ci</html>
53