Expand description
Options parameterizing the evaluation (excludes subcommands or similar, those remain in src/bin/*.rs).
Structs§
- Checked
Output Options - OutputOpts split into checked
OutputVariantsand possibly other options (flame_field was here in the past, not any more, but maybe other fields will come in the future, thus keeping the separation into OutputVariants and the wrapper) - Evaluation
AndOutput Opts - Evaluation
Opts - Field
Selector Dimension3 Opt - Field
Selector Dimension4 Opt - Flame
Field Opt - Do not use for level 0 (i.e.
singlesubcommand), there sum must always be used! - Output
Opts - Using private fields, to enforce calling .check()!
- Output
Variants - Same as OutputOpts but at least one file is set; parameterized so
it can be used for pipelining via its
mapmethod.