Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 444 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 444 Bytes

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