Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/longtian/javascript_performance_measurement
https://github.com/longtian/javascript_performance_measurement
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/longtian/javascript_performance_measurement
- Owner: longtian
- License: mit
- Created: 2015-07-27T01:43:13.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-07-29T05:25:19.000Z (over 7 years ago)
- Last Synced: 2024-10-14T14:06:24.764Z (3 months ago)
- Language: JavaScript
- Homepage: http://wyvernnot.github.io/javascript_performance_measurement/
- Size: 5.4 MB
- Stars: 140
- Watchers: 11
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - javascript_performance_measurement
README
# JavaScript Performance Measurement Visualisation Toolkit
## OneProfile
> OneProfile 是一个网页版的小工具,可以用全新的方式展示 JavaScript 性能分析的结果,帮助开发者洞悉函数调用关系,优化应用性能。
[点击打开 OneProfile](//longtian.github.io/javascript_performance_measurement/cpuprofile_topology/)
[原理和使用帮助](./cpuprofile_topology/README.md)
## OneHeap
> OneHeap 关注于运行中的 JavaScript 内存信息的展示,用可视化的方式还原了 HeapGraph,有助于理解 v8 内存管理。
[点击打开 OneHeap](//longtian.github.io/javascript_performance_measurement/heap_snapshot/)
[原理和使用帮助](./heap_snapshot/README.md)
## OneGC
[![Build Status](https://travis-ci.org/wyvernnot/javascript_performance_measurement.svg?branch=gh-pages)](https://travis-ci.org/wyvernnot/javascript_performance_measurement)
> OneGC 把 V8 垃圾回收的过程可视化。
[点击打开 OneGC](//longtian.github.io/javascript_performance_measurement/garbage_collector/public)
[原理和使用帮助](./garbage_collector/README.md)
------------------
## 更新日志
*15-7-28*
发布了 OneProfile 1.0.0
*15-8-3*
发布了 OneHeap 1.0.0
*15-8-11*
发布了 OneGC 1.0.0