An open API service indexing awesome lists of open source software.

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

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

[sunburst v8 profile](v8-profiler-sunburst/README.md)

* [node-perf-flamegraph](node-perf-flamegraph/README.md) - generate flamegraphs from linux perf events, linux only

[flamegraph-kdab-hotspot](node-perf-flamegraph/README.md)