Struct microbench::Analysis [] [src]

pub struct Analysis {
    pub alpha: f64,
    pub beta: f64,
    pub r2: f64,
}

An analysis of a set of timing data.

Fields

The y-intercept of the linear regression estimator.

The slope of the linear regression estimator.

The goodness of fit of the linear regression estimator.

Trait Implementations

impl Copy for Analysis
[src]

impl Clone for Analysis
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Analysis
[src]

Formats the value using the given formatter.