# bloat **Repository Path**: mirrors_chromium_googlesource/bloat ## Basic Information - **Project Name**: bloat - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bloat Generate [webtreemap][]-compatible JSON summaries of binary size. [webtreemap]: http://github.com/martine/webtreemap ## Setup 1) Check out a copy of webtreemap in a `webtreemap` subdirectory: git clone git://github.com/martine/webtreemap.git 2) Build your binary with the `-g` flag to get symbols. 3) Run `./bloat.py --help` and generate `a.out.map` as instructed there. 4) Example command line: ./bloat.py syms --map-output ~/src/llvm-svn//tools/clang/cf.map > bloat.json ## Misc other feature Dump large symbols: ./bloat.py dump | head -20