const golang.org/x/net/trace.bucketCount
6 uses
golang.org/x/net/trace (current package)
histogram.go#L21: bucketCount = 38
histogram.go#L54: h.buckets = make([]int64, bucketCount)
histogram.go#L77: if index >= bucketCount {
histogram.go#L78: index = bucketCount - 1
histogram.go#L161: return bucketBoundary(bucketCount - 1)
histogram.go#L299: if i < bucketCount-1 {
![]() |
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. |