/node-profiling

Learning how to profile Node.js applications

Primary LanguagePerlMIT LicenseMIT

node-profiling

This project documents my efforts to learn how to profile Node.js applications.

Profiling means that you try to figure out what your application looks like as it runs.

Getting started

Run ./configure to configure and initialize the various directories and sub-modules.

Layout

techniques/

See techniques/ for READMEs describing my experience with various techniques, including:

benchmarks/

Benchmarks you can use to practice the different profiling techniques.