Struct tinyprof::ProfilerCounter
[−]
[src]
pub struct ProfilerCounter {
pub name: String,
pub time: f64,
pub counters: Vec<ProfilerCounter>,
pub active_counter: Option<usize>,
}Fields
name | |
time | |
counters | |
active_counter |