const runtime.timeHistSubBucketBits
4 uses
runtime (current package)
histogram.go#L54: timeHistSubBucketBits = 4
histogram.go#L55: timeHistNumSubBuckets = 1 << timeHistSubBucketBits
histogram.go#L97: superBucket = uint(sys.Len64(uint64(duration))) - timeHistSubBucketBits
histogram.go#L148: superBucketMin = uint64(1) << uint(i-1+timeHistSubBucketBits)
![]() |
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. |