pprof
pprof copied to clipboard
Use atos on OSX when addr2line or llvm-symbolizer are not available
This was mentioned in #130 which was closed since then so filing to track.
For pprof symbolization to work on OSX it currently requires installing binutils (for gaddr2line) or llvm (for llvm-symbolizer). It would be good if pprof knew how to use the atos utility which is installed by default.