Struct tinyprof::ProfilerReport [] [src]

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

Fields

Trait Implementations

impl Debug for ProfilerReport
[src]

Formats the value using the given formatter.