summaryrefslogtreecommitdiff
path: root/deps/v8/tools/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/index.html')
-rw-r--r--deps/v8/tools/index.html17
1 files changed, 4 insertions, 13 deletions
diff --git a/deps/v8/tools/index.html b/deps/v8/tools/index.html
index 5ff63c9e33..93155dfbdf 100644
--- a/deps/v8/tools/index.html
+++ b/deps/v8/tools/index.html
@@ -46,7 +46,6 @@ a:hover, a:active {
text-align: center;
padding: 10px 50px 10px 50px ;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
- transition: 0.3s;
background-color: #121212;
width: auto;
}
@@ -65,6 +64,10 @@ dd, dt {
<p>Search through this page to find about the V8 tools to debug, trace and analyze the log files.</p>
<dl class="grid-container">
<div class="card">
+ <dt><a href="./system-analyzer/index.html">System Analyzer</a></dt>
+ <dd>A unified web interface to trace, debug and analyse patterns of how Maps/ICs are created in the real world applications.</dd>
+ </div>
+ <div class="card">
<dt><a href="./callstats.html">Callstats</a></dt>
<dd>Visualize and compare runtime call stats.</dd>
</div>
@@ -73,14 +76,6 @@ dd, dt {
<dd>Visualize heap memory usage.</dd>
</div>
<div class="card">
- <dt><a href="./ic-explorer.html">IC Explorer</a></dt>
- <dd>Analyse inline caches.</dd>
- </div>
- <div class="card">
- <dt><a href="./map-processor.html">Map Processor</a></dt>
- <dd>Analyse Maps and their transition trees.</dd>
- </div>
- <div class="card">
<dt><a href="./parse-processor.html">Parse Processor</a></dt>
<dd>Analyse parse, compile and first-execution.</dd>
</div>
@@ -89,10 +84,6 @@ dd, dt {
<dd>Fancy sampling profile viewer.</dd>
</div>
<div class="card">
- <dt><a href="./system-analyzer/index.html">System Analyzer</a></dt>
- <dd>A unified web interface to trace, debug and analyse patterns of how Maps/ICs are created in the real world applications.</dd>
- </div>
- <div class="card">
<dt><a href="./tick-processor.html">Tick Processor</a></dt>
<dd>Simple sampling profile viewer.</dd>
</div>