Type Definition embedded_profiling::EPContainer[][src]

pub type EPContainer = u64;
Expand description

The underlying container of our Duration/Instant types. Can be either u32 or u64, depending on features. (default: u32)