Struct cretonne_codegen::timing::PassTimes [] [src]

pub struct PassTimes { /* fields omitted */ }

Accumulated timing for all passes.

Trait Implementations

impl Default for PassTimes
[src]

[src]

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

impl Display for PassTimes
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PassTimes

impl Sync for PassTimes