pub type Timer = LongCounter<MonotoneNanoTime>;Aliased Type§
struct Timer {
name: String,
pub implicitly_start: bool,
merge_phases: bool,
count: Vec<u64>,
diffable: MonotoneNanoTime,
start_value: Option<Instant>,
total_count: u64,
running: bool,
stats: Arc<SharedStats>,
}Fields§
§name: String§implicitly_start: bool§merge_phases: bool§count: Vec<u64>§diffable: MonotoneNanoTime§start_value: Option<Instant>§total_count: u64§running: bool§stats: Arc<SharedStats>