Expand description
Options for running twiggy
.
Structs§
- Diff the old and new versions of a binary to see what sizes changed.
- Compute and display the dominator tree for a binary’s call graph.
- Find and display code and data that is not transitively referenced by any exports or public functions.
- List the generic function monomorphizations that are contributing to code bloat.
- Find and display the call paths to a function in the given binary’s call graph.
- List the top code size offenders in a binary.
Enums§
- Options for configuring
twiggy
. - Where to output results.
Traits§
- Options that are common to all commands.