Easy steps to install flamegraph package on Mac
Package Information:
Application Name – flamegraph
What is flamegraph – Not Available for flamegraph
Use of flamegraph – Stack trace visualizer
URL – https://github.com/brendangregg/FlameGraph
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install flamegraph using brew
brew install flamegraph
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
flamegraph is ready to use now!