Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```