FlameGraph
Stack analyzer
A tool for visualizing and analyzing CPU usage patterns in code.
Stack trace visualizer
17k stars
482 watching
2k forks
Language: Perl
last commit: about 1 month ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
davidmarkclements/0x | A tool to quickly profile and visualize performance bottlenecks in JavaScript applications | 3,231 |
flamegraph-rs/flamegraph | A tool for generating and visualizing performance profiles of software applications | 4,771 |
mgechev/ngx-flamegraph | A library for visualizing stack traces in Angular applications | 57 |
mgartner/pg_flame | Generates a visual representation of Postgres query plan performance | 1,575 |
chrishantha/jfr-flame-graph | Converts Java Flight Recorder method profiling samples to FlameGraph format | 265 |
40ants/cl-flamegraph | A tool for visualizing performance hotspots in Common Lisp programs | 73 |
flame-engine/flame | A complete game development framework for Flutter, providing common solutions and tools for building 2D games. | 9,285 |
cl4es/bytestacks | Tools to convert verbose JVM bytecode tracing output into a stack format suitable for flame graph visualization. | 42 |
brendangregg/perf-tools | A collection of in-development performance analysis tools for Linux ftrace and perf_events. | 9,883 |
scymtym/clim.flamegraph | A tool for visualizing performance data from different sources in Common Lisp applications | 16 |
bpftrace/bpftrace | A tool for creating high-level tracing scripts for Linux systems | 8,641 |
mrhooray/torch | A tool to generate visual performance graphs of CPU usage from DWARF debug information | 132 |
miniprofiler/rack-mini-profiler | A Ruby middleware for profiling rack applications to measure performance metrics | 3,733 |
janestreet/magic-trace | A tool that collects and displays high-resolution traces of what a process is doing at any point in time | 4,658 |
namhyung/uftrace | A tool that records and visualizes function calls in C/C++/Rust/Python programs, allowing users to analyze and understand program execution flow. | 3,066 |