Skip to content

Files

flamegraph

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 7, 2024
May 28, 2024
Oct 7, 2021

flamegraph

flamegraph is a tool to produce Flame Graph from measureme data.

Example

# Install flamegraph if you haven't done so yet.

$ cargo install --git https://github.com/rust-lang/measureme --branch stable flamegraph

$ git clone https://github.com/rust-lang/regex.git

$ cd regex

$ cargo rustc -- -Z self-profile

$ flamegraph regex-{pid}.mm_profdata

$ open rustc.svg