Struct embedded_profiling::EPSnapshot [−][src]
pub struct EPSnapshot {
pub name: &'static str,
pub duration: EPDuration,
}Expand description
A recorded snapshot
Fields
name: &'static strThe name of this trace
duration: EPDurationThe duration of this trace
