Struct tinyprof::ProfilerReport [] [src]

pub struct ProfilerReport {
    pub name: String,
    pub time: f64,
    pub percent: f64,
    pub sub_reports: Vec<ProfilerReport>,
}

Fields

name
time
percent
sub_reports

Trait Implementations

Derived Implementations

impl Debug for ProfilerReport

fn fmt(&self, __arg_0: &mut Formatter) -> Result