[][src]Crate twiggy_opt

Options for running twiggy.

Structs

Diff

Diff the old and new versions of a binary to see what sizes changed.

Dominators

Compute and display the dominator tree for a binary's call graph.

Garbage

Find and display code and data that is not transitively referenced by any exports or public functions.

Monos

List the generic function monomorphizations that are contributing to code bloat.

Paths

Find and display the call paths to a function in the given binary's call graph.

Top

List the top code size offenders in a binary.

Enums

Options

Options for configuring twiggy.

OutputDestination

Where to output results.

Traits

CommonCliOptions

Options that are common to all commands.