Struct tinyprof::ProfilerFrame [] [src]

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

Fields

begin_time
end_time
covered_time
counters

Methods

impl ProfilerFrame

fn begin_new(time: f64) -> ProfilerFrame

fn new() -> ProfilerFrame

Trait Implementations

Derived Implementations

impl Clone for ProfilerFrame

fn clone(&self) -> ProfilerFrame

1.0.0fn clone_from(&mut self, source: &Self)