We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea323e commit 5ccd534Copy full SHA for 5ccd534
README.md
@@ -22,6 +22,10 @@
22
23
> 把 V8 垃圾回收的过程可视化。
24
25
+[点击打开 OneGC](http://wyvernnot.github.io/javascript_performance_measurement/garbage_collector/public)
26
+
27
+[原理和使用帮助](./garbage_collector/README.md)
28
29
------------------
30
31
## 更新日志
garbage_collector/public/index.html
@@ -13,7 +13,12 @@ <h1>OneGC </h1>
13
14
<div id="status"></div>
15
<div id="root"></div>
16
-
+<footer>
17
+ <a target="_blank"
18
+ href="https://github.com/wyvernnot/javascript_performance_measurement/tree/gh-pages/garbage_collector">
19
+ <i class="fa fa-github"></i>
20
+ </a>
21
+</footer>
<script src="../../lib/jquery-2.1.4.min.js"></script>
<script src="../../lib/vis.min.js"></script>
<script type="text/javascript">
0 commit comments