11cb0ef41Sopenharmony_ci<!DOCTYPE html>
21cb0ef41Sopenharmony_ci<!-- Copyright 2020 the V8 project authors. All rights reserved.
31cb0ef41Sopenharmony_ciUse of this source code is governed by a BSD-style license that can be
41cb0ef41Sopenharmony_cifound in the LICENSE file. -->
51cb0ef41Sopenharmony_ci
61cb0ef41Sopenharmony_ci<html lang="en">
71cb0ef41Sopenharmony_ci
81cb0ef41Sopenharmony_ci<head>
91cb0ef41Sopenharmony_ci  <meta charset="UTF-8">
101cb0ef41Sopenharmony_ci  <title>V8 Tools Landing Page</title>
111cb0ef41Sopenharmony_ci<style>
121cb0ef41Sopenharmony_cibody {
131cb0ef41Sopenharmony_ci  font-family: sans-serif;
141cb0ef41Sopenharmony_ci  color: white;
151cb0ef41Sopenharmony_ci  margin-left: 5%;
161cb0ef41Sopenharmony_ci  margin-right: 5%;
171cb0ef41Sopenharmony_ci  background-color: #000000;
181cb0ef41Sopenharmony_ci  text-align: center;
191cb0ef41Sopenharmony_ci}
201cb0ef41Sopenharmony_ci.content{
211cb0ef41Sopenharmony_ci  background-color: #000000;
221cb0ef41Sopenharmony_ci  padding: 10px 5px 5px 10px ;
231cb0ef41Sopenharmony_ci  margin: auto;
241cb0ef41Sopenharmony_ci  max-width: 80%;
251cb0ef41Sopenharmony_ci}
261cb0ef41Sopenharmony_cia:link, a:visited {
271cb0ef41Sopenharmony_ci  background-color: #BB86FC;
281cb0ef41Sopenharmony_ci  color: black;
291cb0ef41Sopenharmony_ci  padding: 15px 25px;
301cb0ef41Sopenharmony_ci  text-align: center;
311cb0ef41Sopenharmony_ci  text-decoration: none;
321cb0ef41Sopenharmony_ci  display: inline-block;
331cb0ef41Sopenharmony_ci  border-radius: 2px;
341cb0ef41Sopenharmony_ci}
351cb0ef41Sopenharmony_cia:hover, a:active {
361cb0ef41Sopenharmony_ci  background-color: white;
371cb0ef41Sopenharmony_ci  color:black;
381cb0ef41Sopenharmony_ci}
391cb0ef41Sopenharmony_ci.grid-container {
401cb0ef41Sopenharmony_ci  display: grid;
411cb0ef41Sopenharmony_ci  grid-template-columns: auto auto auto;
421cb0ef41Sopenharmony_ci  padding: auto;
431cb0ef41Sopenharmony_ci  background-color: #000000;
441cb0ef41Sopenharmony_ci  grid-gap: 15px;
451cb0ef41Sopenharmony_ci}
461cb0ef41Sopenharmony_ci.grid-2{
471cb0ef41Sopenharmony_ci  grid-template-columns: auto auto;
481cb0ef41Sopenharmony_ci}
491cb0ef41Sopenharmony_ci.card {
501cb0ef41Sopenharmony_ci  text-align: center;
511cb0ef41Sopenharmony_ci  padding: 10px 50px 10px 50px ;
521cb0ef41Sopenharmony_ci  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
531cb0ef41Sopenharmony_ci  background-color: #121212;
541cb0ef41Sopenharmony_ci  width: auto;
551cb0ef41Sopenharmony_ci  border-radius: 10px;
561cb0ef41Sopenharmony_ci}
571cb0ef41Sopenharmony_ci.card:hover {
581cb0ef41Sopenharmony_ci  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
591cb0ef41Sopenharmony_ci}
601cb0ef41Sopenharmony_cidd, dt {
611cb0ef41Sopenharmony_ci  padding: 10px 10px 10px 10px;
621cb0ef41Sopenharmony_ci  margin: auto;
631cb0ef41Sopenharmony_ci}
641cb0ef41Sopenharmony_ci</style>
651cb0ef41Sopenharmony_ci</head>
661cb0ef41Sopenharmony_ci  <body>
671cb0ef41Sopenharmony_ci    <div class="content">
681cb0ef41Sopenharmony_ci      <h1>Welcome to the V8 Tools Landing Page</h1>
691cb0ef41Sopenharmony_ci      <p>Search through this page to find about the V8 tools to debug, trace and analyze the log files.</p>
701cb0ef41Sopenharmony_ci        <dl class="grid-container">
711cb0ef41Sopenharmony_ci          <div class="card">
721cb0ef41Sopenharmony_ci            <dt><a href="./system-analyzer/index.html">System Analyzer</a></dt>
731cb0ef41Sopenharmony_ci            <dd>A unified web interface to trace, debug and analyse patterns of how Maps/ICs are created in the real world applications.</dd>
741cb0ef41Sopenharmony_ci          </div>
751cb0ef41Sopenharmony_ci          <div class="card">
761cb0ef41Sopenharmony_ci            <dt><a href="./callstats.html">Callstats</a></dt>
771cb0ef41Sopenharmony_ci            <dd>Visualize and compare runtime call stats.</dd>
781cb0ef41Sopenharmony_ci          </div>
791cb0ef41Sopenharmony_ci          <div class="card">
801cb0ef41Sopenharmony_ci            <dt><a href="./heap-stats/index.html">Heap Stats</a></dt>
811cb0ef41Sopenharmony_ci            <dd>Visualize heap memory usage.</dd>
821cb0ef41Sopenharmony_ci          </div>
831cb0ef41Sopenharmony_ci          <div class="card">
841cb0ef41Sopenharmony_ci            <dt><a href="./heap-layout/index.html">Heap Layout</a></dt>
851cb0ef41Sopenharmony_ci            <dd>Visualize heap memory layout.</dd>
861cb0ef41Sopenharmony_ci          </div>
871cb0ef41Sopenharmony_ci          <div class="card">
881cb0ef41Sopenharmony_ci            <dt><a href="./parse-processor.html">Parse Processor</a></dt>
891cb0ef41Sopenharmony_ci            <dd>Analyse parse, compile and first-execution.</dd>
901cb0ef41Sopenharmony_ci          </div>
911cb0ef41Sopenharmony_ci          <div class="card">
921cb0ef41Sopenharmony_ci            <dt><a href="./profview/index.html">Profview</a></dt>
931cb0ef41Sopenharmony_ci            <dd>Fancy sampling profile viewer.</dd>
941cb0ef41Sopenharmony_ci          </div>
951cb0ef41Sopenharmony_ci          <div class="card">
961cb0ef41Sopenharmony_ci            <dt><a href="./turbolizer/index.html">Turbolizer</a></dt>
971cb0ef41Sopenharmony_ci            <dd>Visualise the sea of nodes graph generated by TurboFan.</dd>
981cb0ef41Sopenharmony_ci          </div>
991cb0ef41Sopenharmony_ci          <div class="card">
1001cb0ef41Sopenharmony_ci            <dt><a href="./zone-stats/index.html">Zone Stats</a></dt>
1011cb0ef41Sopenharmony_ci            <dd>Analyse zone memory usage.</dd>
1021cb0ef41Sopenharmony_ci          </div>
1031cb0ef41Sopenharmony_ci        </dl>
1041cb0ef41Sopenharmony_ci        <dl class="grid-container grid-2">
1051cb0ef41Sopenharmony_ci          <div class="card">
1061cb0ef41Sopenharmony_ci            <dt><a href="https://v8.dev/tools/versions">Other V8 Versions</a></dt>
1071cb0ef41Sopenharmony_ci            <dd>Archived versions of V8 tools</dd>
1081cb0ef41Sopenharmony_ci          </div>
1091cb0ef41Sopenharmony_ci          <div class="card">
1101cb0ef41Sopenharmony_ci            <dt><a href="https://v8.dev">V8.Dev</a></dt>
1111cb0ef41Sopenharmony_ci            <dd>The main V8 website.</dd>
1121cb0ef41Sopenharmony_ci          </div>
1131cb0ef41Sopenharmony_ci        </dl>
1141cb0ef41Sopenharmony_ci      </div>
1151cb0ef41Sopenharmony_ci    </div>
1161cb0ef41Sopenharmony_ci  </body>
1171cb0ef41Sopenharmony_ci</html>
118