google / bloaty

Bloaty: a size profiler for binaries
Apache License 2.0
4.66k stars 337 forks source link

this tool support for windows? #369

Closed calvinhxx closed 7 months ago

calvinhxx commented 8 months ago

build by cmake msvc image image cmd tips like this: image

haberman commented 7 months ago

The error message is telling you that Bloaty doesn't support the compileunits data source on Windows.

Supporting compileunits requires parsing debug information, and Bloaty only understands DWARF.