Struct tinyprof::ProfilerCounter [] [src]

pub struct ProfilerCounter {
    pub name: String,
    pub time: f64,
    pub counters: Vec<ProfilerCounter>,
    pub active_counter: Option<usize>,
}

Fields

Methods

impl ProfilerCounter
[src]

Trait Implementations

impl Clone for ProfilerCounter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more