Skip to content

Commit 3a755d6

Browse files
authoredJul 29, 2017
Merge pull request #4 from yfdyh000/patch-1
Update README.md
2 parents 1e0ae8d + 2db1a1c commit 3a755d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@
44

55
> OneProfile 是一个网页版的小工具,可以用全新的方式展示 JavaScript 性能分析的结果,帮助开发者洞悉函数调用关系,优化应用性能。
66
7-
[点击打开 OneProfile](http://wyvernnot.github.io/javascript_performance_measurement/cpuprofile_topology/)
7+
[点击打开 OneProfile](//longtian.github.io/javascript_performance_measurement/cpuprofile_topology/)
88

99
[原理和使用帮助](./cpuprofile_topology/README.md)
1010

1111
## OneHeap
1212

1313
> OneHeap 关注于运行中的 JavaScript 内存信息的展示,用可视化的方式还原了 HeapGraph,有助于理解 v8 内存管理。
1414
15-
[点击打开 OneHeap](http://wyvernnot.github.io/javascript_performance_measurement/heap_snapshot/)
15+
[点击打开 OneHeap](//longtian.github.io/javascript_performance_measurement/heap_snapshot/)
1616

1717
[原理和使用帮助](./heap_snapshot/README.md)
1818

1919
## OneGC
2020

2121
[![Build Status](https://travis-ci.org/wyvernnot/javascript_performance_measurement.svg?branch=gh-pages)](https://travis-ci.org/wyvernnot/javascript_performance_measurement)
2222

23-
> 把 V8 垃圾回收的过程可视化。
23+
> OneGC 把 V8 垃圾回收的过程可视化。
2424
25-
[点击打开 OneGC](http://wyvernnot.github.io/javascript_performance_measurement/garbage_collector/public)
25+
[点击打开 OneGC](//longtian.github.io/javascript_performance_measurement/garbage_collector/public)
2626

2727
[原理和使用帮助](./garbage_collector/README.md)
2828

@@ -40,4 +40,4 @@
4040

4141
*15-8-11*
4242

43-
发布了 OneGC 1.0.0
43+
发布了 OneGC 1.0.0

0 commit comments

Comments
 (0)
Please sign in to comment.