google / bloaty

Bloaty: a size profiler for binaries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

this tool support for windows?

calvinhxx opened this issue · comments

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

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.