Blazing fast flame graphs for V8 and Node
npm install flamebearerA blazing fast flame graph tool for Node and V8.
Used to visualize and explore performance profiling results.
Designed to produce fast, lightweight flame graphs that remain responsive even on really big input.
Use the online version, or the command line tool:
``bashinstall flamebearer (Node v8.5+ required)
$ npm install -g flamebearer
- Brendan Gregg for creating the concept and maintaining the reference implementation.
- David Mark Clements for creating 0x which inspired this project.
- Bernard Cornwell for the amazing books this project took its name from.