google.golang.org/grpc/internal/channelz.channelTrace.createdTime (field)
4 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L204: trace: &channelTrace{createdTime: time.Now(), events: make([]*TraceEvent, 0, getMaxTraceEntry())},
funcs.go#L229: trace: &channelTrace{createdTime: time.Now(), events: make([]*TraceEvent, 0, getMaxTraceEntry())},
types.go#L631: createdTime time.Time
types.go#L697: ct := &ChannelTrace{EventNum: c.eventCount, CreationTime: c.createdTime}
![]() |
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. |