Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clinicjs/node-clinic-heap-profiler-demo
A Clinic HeapProfiler example
https://github.com/clinicjs/node-clinic-heap-profiler-demo
Last synced: 3 days ago
JSON representation
A Clinic HeapProfiler example
- Host: GitHub
- URL: https://github.com/clinicjs/node-clinic-heap-profiler-demo
- Owner: clinicjs
- License: mit
- Created: 2021-11-16T14:33:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T21:28:22.000Z (about 3 years ago)
- Last Synced: 2024-11-08T23:52:29.080Z (about 2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Heap Profiler Example
This is an example of a small real world-ish program.
The only setup required after cloning is to run `npm install`.
To get started, generate a flame graph for the first server:
```sh
clinic heapprofiler --autocannon [ / ] -- node 1-server-with-many-allocations.js
```