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 |