Type Definition embedded_profiling::EPInstant [−][src]
pub type EPInstant = Instant<EPContainer, 1, 1_000_000>;Expand description
Our Instant type, representing a snapshot in time from
a clock with 1 µs precision (or at least, converted to this representation)
