-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (42 loc) · 1.8 KB
/
index.html
File metadata and controls
45 lines (42 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="icon" href="favicon.svg" />
<link rel="stylesheet" type="text/css" href="css/common.css" />
<h3><a href="select.html">Graph explorer</a></h3>
<br/>
<h3><a href="tools/inspector.html">Inspector performance</a></h3>
<h3><a href="tools/console.html">Console performance</a></h3>
<h3><a href="tools/netmonitor.html">Netmonitor performance</a></h3>
<h3><a href="tools/debugger.html">Debugger performance</a></h3>
<br/>
<h3><a href="tools/global.html">Panel agnostic performance</a></h3>
<br/>
<h3><a href="tools/module-metrics-debugger.html">Debugger Modules</a></h3>
<h3><a href="tools/module-metrics-inspector.html">Inspector Modules</a></h3>
<h3><a href="tools/module-metrics-netmonitor.html">Netmonitor Modules</a></h3>
<h3><a href="tools/module-metrics-webconsole.html">Webconsole Modules</a></h3>
<h3><a href="tools/module-metrics-pool.html">Pool Metrics</a></h3>
<br/>
<h3><a href="tools/memory.html">Memory</a></h3>
<br/>
<h2>Telemetry:</h2>
Toolbox “cold” opening
<a href="https://mzl.la/2wmtOjK">distribution</a> -
<a href="https://mzl.la/2wgB14M">evolution</a>
<br/>
Toolbox “warm” opening
<a href="https://mzl.la/1Tfqrjv">distribution</a> -
<a href="https://mzl.la/2HXGWNK">evolution</a>
<br/>
Page reload
<a href="https://mzl.la/2woj7xi">distribution -
<a href="https://mzl.la/1PGPwMm">evolution</a>
<br/>
Inspector “new-root to full reload”
<a href="https://mzl.la/2wqwDAe">distribution</a> -
<a href="https://mzl.la/2I3rIqF">evolution</a>
<h2>BHR</h2>
<a href="https://arewesmoothyet.com/?mode=track&trackedStat=Devtools%20Hangs">BHR related to DevTools</a> <br/>
<a href="https://arewesmoothyet.com/?mode=track&trackedStat=All%20Hangs">All BHR</a>
<br/><br/>
[ <a href="https://github.com/devtools-html/performance-dashboard">Dashboard sources</a> ]