Struct tinyprof::ProfilerRegion [] [src]

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

Fields

enter_time
name

Methods

impl ProfilerRegion

fn new(name: &str) -> ProfilerRegion

Trait Implementations

impl Drop for ProfilerRegion

fn drop(&mut self)