Getting Started

To analyze your binary, first generate a CSV file using bloaty:

bloaty -d symbols -s file -n 100000 --demangle=full --domain=file --csv <binary-file>

Don't have bloaty? Install it with Homebrew:

brew install bloaty