Struct twiggy_opt::Top[][src]

pub struct Top { /* fields omitted */ }

List the top code size offenders in a binary.

Methods

impl Top
[src]

Construct a new, default Top.

The maximum number of items to display.

Display retaining paths.

Sort list by retained size, rather than shallow size.

Set the maximum number of items to display.

Set whether to display and compute retaining paths.

Set whether to sort list by retained size, rather than shallow size.

Trait Implementations

impl Clone for Top
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Top
[src]

Formats the value using the given formatter. Read more

impl Default for Top
[src]

Returns the "default value" for a type. Read more

impl StructOpt for Top
[src]

Returns the corresponding clap::App.

Creates the struct from clap::ArgMatches. It cannot fail with a parameter generated by clap by construction. Read more

Gets the struct from the command line arguments. Print the error message and quit the program in case of failure. Read more

Gets the struct from any iterator such as a Vec of your making. Print the error message and quit the program in case of failure. Read more

Gets the struct from any iterator such as a Vec of your making. Read more

impl CommonCliOptions for Top
[src]

Get the input file path.

Get the output destination.

Get the output format.

Auto Trait Implementations

impl Send for Top

impl Sync for Top