Struct tinyprof::ProfilerRegion [] [src]

pub struct ProfilerRegion {
    pub enter_time: f64,
    pub name: String,
}

Fields

Methods

impl ProfilerRegion
[src]

Trait Implementations

impl Drop for ProfilerRegion
[src]

A method called when the value goes out of scope. Read more