pub type Timer = LongCounter<MonotoneNanoTime>;

Aliased Type§

struct Timer {
    name: String,
    pub implicitly_start: bool,
    merge_phases: bool,
    count: Box<[u64; 4096]>,
    diffable: MonotoneNanoTime,
    start_value: Option<Instant>,
    total_count: u64,
    running: bool,
    stats: Arc<SharedStats>,
}

Fields§

§name: String§implicitly_start: bool§merge_phases: bool§count: Box<[u64; 4096]>§diffable: MonotoneNanoTime§start_value: Option<Instant>§total_count: u64§running: bool§stats: Arc<SharedStats>