flamelens
Share on:
Enter Your Mastodon Instance
Copy the link below to share to Mastodon
https://terminaltrove.com/flamelens/
An interactive flamegraph viewer in the terminal.
pacman -S flamelens-git
![image preview of flamelens](https://cdn.terminaltrove.com/m/9e5ed154-44b8-453c-a889-55f344247d20.gif)
flamelens is a TUI flamegraph viewer that displays profiling data directly in the terminal.
The tool processes input from various profilers and converts it into an interactive flamegraph. It supports navigation with arrow keys and shortcuts, allowing users to zoom in and out, search, and move through the TUI. It integrates with other flamegraph tools and can visualize live Python profiles. This tool's keybindings also allows you to freeze the flamegraph, find and highlight frames matching using regex and more.
This tool works best for system analysts, software engineers and those who work with profiling data and system optimization. It helps in quick analysis during development, debugging and performance testing.