Home | History | Annotate | Download | only in testing

Lines Matching refs:Timer

52 // If a benchmark needs some expensive setup before running, the timer
581 // timer afterwards.
1016 var timer *time.Timer
1021 timer = time.AfterFunc(*timeout, func() {
1031 timer.Stop()