type golang.org/x/net/trace.traceBucket
7 uses
golang.org/x/net/trace (current package)
trace.go#L304: func lookupBucket(fam string, b int) *traceBucket {
trace.go#L566: Buckets [bucketsPerFamily]*traceBucket
trace.go#L575: Buckets: [bucketsPerFamily]*traceBucket{
trace.go#L592: type traceBucket struct {
trace.go#L602: func (b *traceBucket) Add(tr *trace) {
trace.go#L630: func (b *traceBucket) Copy(tracedOnly bool) traceList {
trace.go#L649: func (b *traceBucket) Empty() bool {
![]() |
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. |