Skip to content

Commit 5ccd534

Browse files
committed
readme links
1 parent 8ea323e commit 5ccd534

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222

2323
> 把 V8 垃圾回收的过程可视化。
2424
25+
[点击打开 OneGC](http://wyvernnot.github.io/javascript_performance_measurement/garbage_collector/public)
26+
27+
[原理和使用帮助](./garbage_collector/README.md)
28+
2529
------------------
2630

2731
## 更新日志

garbage_collector/public/index.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ <h1>OneGC </h1>
1313

1414
<div id="status"></div>
1515
<div id="root"></div>
16-
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>
1722
<script src="../../lib/jquery-2.1.4.min.js"></script>
1823
<script src="../../lib/vis.min.js"></script>
1924
<script type="text/javascript">

0 commit comments

Comments
 (0)