https://github.com/pkoretic/node-profiling
Helper tools and instructions for Node.js profiling
https://github.com/pkoretic/node-profiling
Last synced: about 1 year ago
JSON representation
Helper tools and instructions for Node.js profiling
- Host: GitHub
- URL: https://github.com/pkoretic/node-profiling
- Owner: pkoretic
- License: mit
- Created: 2018-06-09T15:42:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T11:26:16.000Z (about 7 years ago)
- Last Synced: 2025-06-20T02:42:58.504Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 399 KB
- Stars: 25
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Node profling
Examples and instructions on profiling Node.js apps.
* [v8-profiler-sunburst](v8-profiler-sunburst/README.md) - generate sunburst from
[v8-profiler](https://github.com/node-inspector/v8-profiler) profile files, works on multiple
platforms
[
](v8-profiler-sunburst/README.md)
* [node-perf-flamegraph](node-perf-flamegraph/README.md) - generate flamegraphs from linux perf events, linux only
[
](node-perf-flamegraph/README.md)