Easy steps to install cargo-instruments package on Mac

Package Information:

Application Name – cargo-instruments
What is cargo-instruments – cargo-instruments is the glue between cargo and Xcode’s bundled profiling suite. It allows you to easily profile any binary in your crate, generating files that can be viewed in the Instruments app.
Use of cargo-instruments – Easily generate Instruments traces for your rust crate
URL – https://github.com/cmyr/cargo-instruments

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. spotlight search terminal

  3. Now, run following command to install homebrew (brew)
  4. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

    Homebrew Install Command Screenshot

  5. Install cargo-instruments using brew
    brew install cargo-instruments

cargo-instruments is ready to use now!