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 ProfilerRegion
fn new(name: &str) -> ProfilerRegion
impl Drop for ProfilerRegion
fn drop(&mut self)