flamebearer
« Back to VersTracker
Description:
Blazing fast flame graph tool for V8 and Node
Type: Formula  |  Latest Version: 1.1.3@0  |  Tracked Since: Dec 24, 2025
Links: Homepage  |  GitHub  |  formulae.brew.sh
Stars: 1,658  |  Forks: 28  |  Language: JavaScript  |  Category: Developer tools
Tags: profiling performance nodejs v8 flame-graph developer-tools
Install: brew install flamebearer
About:
Flamebearer is a performance profiling tool that generates interactive flame graphs from V8 and Node.js performance profiles. It visualizes CPU usage and call stacks to help developers quickly identify performance bottlenecks. Its primary value is providing a fast, detailed view of where an application spends its time, enabling efficient optimization.
Key Features:
  • Generates interactive, zoomable flame graphs from V8 profiles
  • Blazing fast processing and rendering of performance data
  • Supports output from Node.js --prof and --cpu-prof flags
  • Provides a web-based interface for detailed analysis
  • Open-source and designed for easy integration into workflows
Use Cases:
  • Profiling and optimizing Node.js application performance
  • Identifying CPU-intensive functions and bottlenecks in code
  • Visualizing call stack data for debugging performance issues
Alternatives:
  • speedscope – Another flame graph viewer; Flamebearer is often noted for its speed and specific optimization for V8/Node profiles.
  • flamegraph.pl – The original Perl-based flame graph generator; Flamebearer is a modern, web-focused alternative for the JavaScript ecosystem.
Version History
Detected Version Rev Change Commit
Dec 24, 2025 9:55pm 1.1.3 0 VERSION_BUMP 6cd7a1aa
Sep 13, 2024 5:46am 0 VERSION_BUMP 4bee9c24