[bloaty] Adding a tool to run bloaty and emit json output

Given ids.txt, this tool runs bloaty on all symbols. It's kinda slow.
If it runs into an error while running bloaty, it prints the error
and moves on.

(Adapted from Jake's script)

Change-Id: I2a132a0135be160677294a0cf50010887eb5980e
5 files changed
tree: 3a1b0fa26a91c7d19e393039b3e6bf5f0ccbea06
  1. bloaty/
  2. cmd/
  3. color/
  4. elflib/
  5. gndoc/
  6. isatty/
  7. logger/
  8. ninjalog/
  9. symbolize/
  10. .gitignore
  11. Gopkg.lock
  12. Gopkg.toml
  13. LICENSE
  14. manifest
  15. PATENTS
  16. README.md
README.md

tools

This repo contains tools used in Fuchsia build and development.

Go packages from here are automatically built and uploaded to CIPD and Google Storage by bots using the tools recipe. To add a tool to the build:

  • Edit the bot config.
  • Find the builder_mixins section with name: "tools".
  • Edit the JSON in properties_j to add a string to the packages list:
"fuchsia.googlesource.com/tools/cmd/your-new-tool"