Struct bma_benchmark::StageBenchmark[][src]

pub struct StageBenchmark { /* fields omitted */ }
Expand description

Stage benchmark

Implementations

Start benchmark stage

Panics

Will panic if a stage with the same name already exists

Finish benchmark stage

Panics

Will panic if a specified stage was not started

Finish current (last started) benchmark stage

Reset staged benchmark

Get the result table for staged benchmark

Get the result table for staged benchmark, specifying the reference stage

Print the result table

Print the result table, specifying the reference stage

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.