golang.org/x/net/internal/timeseries.tsLevel.oldest (field)
7 uses
golang.org/x/net/internal/timeseries (current package)
timeseries.go#L89: oldest int // index to oldest bucketed Observable
timeseries.go#L98: l.oldest = 0
timeseries.go#L204: bucketNumber := (level.oldest + index) % ts.numBuckets
timeseries.go#L246: level.newest = level.oldest
timeseries.go#L247: level.oldest = (level.oldest + 1) % ts.numBuckets
timeseries.go#L426: srcValue := l.buckets[(srcIndex+l.oldest)%ts.numBuckets]
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |