func TestTicker(t *testing.T) { … }
func TestTickerStopWithDirectInitialization(t *testing.T) { … }
func TestTeardown(t *testing.T) { … }
func TestTick(t *testing.T) { … }
func TestNewTickerLtZeroDuration(t *testing.T) { … }
func TestTickerResetLtZeroDuration(t *testing.T) { … }
func TestLongAdjustTimers(t *testing.T) { … }
func BenchmarkTicker(b *testing.B) { … }
func BenchmarkTickerReset(b *testing.B) { … }
func BenchmarkTickerResetNaive(b *testing.B) { … }
func TestTimerGC(t *testing.T) { … }
func TestChan(t *testing.T) { … }
type timer …
type tickerTimer …
func (t *tickerTimer) Stop() bool { … }
func (t *tickerTimer) Reset(d Duration) bool { … }
func testTimerChan(t *testing.T, tim timer, C <-chan Time, synctimerchan bool) { … }
func TestManualTicker(t *testing.T) { … }
func TestAfterTimes(t *testing.T) { … }
func TestTickTimes(t *testing.T) { … }