Struct tinyprof::ProfilerFrame [] [src]

pub struct ProfilerFrame {
    pub begin_time: f64,
    pub end_time: f64,
    pub covered_time: f64,
    pub counters: ProfilerCounter,
}

Fields

Methods

impl ProfilerFrame
[src]

Trait Implementations

impl Clone for ProfilerFrame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more