func golang.org/x/net/trace.bucketBoundary
8 uses
golang.org/x/net/trace (current package)
histogram.go#L143: min := bucketBoundary(j)
histogram.go#L149: max := bucketBoundary(j)
histogram.go#L155: bucketMin := bucketBoundary(uint8(i))
histogram.go#L156: nextBucketMin := bucketBoundary(uint8(i + 1))
histogram.go#L161: return bucketBoundary(bucketCount - 1)
histogram.go#L245: func bucketBoundary(bucket uint8) int64 {
histogram.go#L300: upperBound = bucketBoundary(uint8(i + 1))
histogram.go#L305: Lower: bucketBoundary(uint8(i)),
![]() |
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. |