Lines Matching refs:time_start
85 let time_start = Instant::now(); in iter() localVariable
91 self.elapsed_time = time_start.elapsed(); in iter()
136 let time_start = Instant::now(); in iter_custom() localVariable
138 self.elapsed_time = time_start.elapsed(); in iter_custom()
244 let time_start = Instant::now(); in iter_batched() localVariable
278 self.elapsed_time = time_start.elapsed(); in iter_batched()
334 let time_start = Instant::now(); in iter_batched_ref() localVariable
368 self.elapsed_time = time_start.elapsed(); in iter_batched_ref()
442 let time_start = Instant::now(); in iter() localVariable
448 b.elapsed_time = time_start.elapsed(); in iter()
500 let time_start = Instant::now(); in iter_custom() localVariable
502 b.elapsed_time = time_start.elapsed(); in iter_custom()
626 let time_start = Instant::now(); in iter_batched() localVariable
663 b.elapsed_time = time_start.elapsed(); in iter_batched()
724 let time_start = Instant::now(); in iter_batched_ref() localVariable
761 b.elapsed_time = time_start.elapsed(); in iter_batched_ref()