flamebearer
brew install flamebearer
v1.1.3
ISC
Blazing fast flame graph tool for V8 and Node
22
30-day installs · #6575
59
90-day · #6880
312
365-day · #6225
1.7k
★ GitHub stars · updated 2mo ago
Runtime dependencies
GitHub topics
flame-graph
javascript
node
performance
profiling
v8
visualization
Links
- https://github.com/mapbox/flamebearer
- GitHub: mapbox/flamebearer
- Brew formula source: Formula/f/flamebearer.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"node"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Blazing fast flame graph tool for V8 and Node",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:37:41+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "flamebearer",
"github_default_branch": "master",
"github_last_commit_at": "2026-06-17T20:48:01Z",
"github_readme_excerpt": "\u003e [!WARNING]\n\u003e This project is deprecated. For a fast, modern flame graph explorer, check out [Speedscope](https://www.speedscope.app/).\n\n# \ud83d\udd25 flamebearer\n\nA blazing fast [flame graph](http://www.brendangregg.com/flamegraphs.html) tool for Node and V8.\nUsed to visualize and explore performance profiling results.\nDesigned to produce fast, lightweight flame graphs that remain responsive even on really big input.\n\n## [Example graph](https://mapbox.github.io/flamebearer/examples/rollup.html)\n\n## Usage\n\nUse the [online version](https://mapbox.github.io/flamebearer/), or the command line tool:\n\n```bash\n# install flamebearer (Node v8.5+ required)\n$ npm install -g flamebearer\n\n# profile your app\n$ node --prof app.js\n\n# generate flamegraph.html from a V8 log and open it in the browser\n$ node --prof-process --preprocess -j isolate*.log | flamebearer\n```\n\n## Thanks\n\n- [Brendan Gregg](http://brendangregg.com/) for creating the [concept](https://queue.acm.org/detail.cfm?id=2927301) and maintaining the [reference implementation](http://brendangregg.com/flamegraphs.html).\n- [David Mark Clements](https://github.com/davidmarkclements) for creating [0x](https://github.com/davidmarkclements/0x) which inspired this project.\n- [Bernard Cornwell](http://www.bernardcornwell.net/books/) for the amazing books this project took its name from.\n",
"github_repo": "mapbox/flamebearer",
"github_stars": 1657,
"github_topics": [
"flame-graph",
"javascript",
"node",
"performance",
"profiling",
"v8",
"visualization"
],
"homepage": "https://github.com/mapbox/flamebearer",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 22,
"installs_365d": 312,
"installs_90d": 59,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "ISC",
"llm_generated_at": null,
"llm_model": null,
"name": "flamebearer",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 6575,
"rank_365d": 6225,
"rank_90d": 6880,
"raw_hash": "fad45bc8e5aaae4c",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/f/flamebearer.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "1.1.3",
"versioned_formulae": [],
"why_use_this": null
}