google.golang.org/grpc/internal/channelz.subChannel.trace (field)
6 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L229: trace: &channelTrace{createdTime: time.Now(), events: make([]*TraceEvent, 0, getMaxTraceEntry())},
funcs.go#L354: sc.trace.cm = c
funcs.go#L687: cm.Trace = sc.trace.dumpData()
types.go#L320: trace *channelTrace
types.go#L396: sc.trace.clear()
types.go#L400: return sc.trace
![]() |
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. |