Skip to content

Instantly share code, notes, and snippets.

View TimFerrell's full-sized avatar
🤠
Yeehaw

Tim Ferrell TimFerrell

🤠
Yeehaw
View GitHub Profile
@zeusdeux
zeusdeux / Flamegraph_osx.md
Last active July 12, 2024 09:41
Node.js flamegraphs on osx using instruments.app, node and http://thlorenz.github.io/flamegraph/web/

Flamegraphs for your node processes on OS X

This document will help you generate flamegraphs for your node processes on OS X.

You can read about the various types of flamegraphs and how they are useful
in Brendan Gregg's wonderful write up here.

By the end of this document, you should have a flamegraph for you node app to play with.