Struct tinyprof::ProfilerRegion 
                   
                       [−]
                   
               [src]
pub struct ProfilerRegion {
    pub enter_time: f64,
    pub name: String,
}Fields
| enter_time | |
| name | 
pub struct ProfilerRegion {
    pub enter_time: f64,
    pub name: String,
}| enter_time | |
| name | 
impl ProfilerRegionfn new(name: &str) -> ProfilerRegionimpl Drop for ProfilerRegionfn drop(&mut self)