File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
> OneProfile 是一个网页版的小工具,可以用全新的方式展示 JavaScript 性能分析的结果,帮助开发者洞悉函数调用关系,优化应用性能。
6
6
7
- [ 点击打开 OneProfile] ( http://wyvernnot .github.io/javascript_performance_measurement/cpuprofile_topology/)
7
+ [ 点击打开 OneProfile] ( //longtian .github.io/javascript_performance_measurement/cpuprofile_topology/)
8
8
9
9
[ 原理和使用帮助] ( ./cpuprofile_topology/README.md )
10
10
11
11
## OneHeap
12
12
13
13
> OneHeap 关注于运行中的 JavaScript 内存信息的展示,用可视化的方式还原了 HeapGraph,有助于理解 v8 内存管理。
14
14
15
- [ 点击打开 OneHeap] ( http://wyvernnot .github.io/javascript_performance_measurement/heap_snapshot/)
15
+ [ 点击打开 OneHeap] ( //longtian .github.io/javascript_performance_measurement/heap_snapshot/)
16
16
17
17
[ 原理和使用帮助] ( ./heap_snapshot/README.md )
18
18
19
19
## OneGC
20
20
21
21
[ ![ Build Status] ( https://travis-ci.org/wyvernnot/javascript_performance_measurement.svg?branch=gh-pages )] ( https://travis-ci.org/wyvernnot/javascript_performance_measurement )
22
22
23
- > 把 V8 垃圾回收的过程可视化。
23
+ > OneGC 把 V8 垃圾回收的过程可视化。
24
24
25
- [ 点击打开 OneGC] ( http://wyvernnot .github.io/javascript_performance_measurement/garbage_collector/public)
25
+ [ 点击打开 OneGC] ( //longtian .github.io/javascript_performance_measurement/garbage_collector/public)
26
26
27
27
[ 原理和使用帮助] ( ./garbage_collector/README.md )
28
28
40
40
41
41
* 15-8-11*
42
42
43
- 发布了 OneGC 1.0.0
43
+ 发布了 OneGC 1.0.0
You can’t perform that action at this time.
0 commit comments