google.golang.org/grpc.channelzData.lastCallStartedTime (field)
7 uses
google.golang.org/grpc (current package)
clientconn.go#L771: LastCallStartedTimestamp: time.Unix(0, atomic.LoadInt64(&cc.czData.lastCallStartedTime)),
clientconn.go#L783: atomic.StoreInt64(&cc.czData.lastCallStartedTime, time.Now().UnixNano())
clientconn.go#L1468: LastCallStartedTimestamp: time.Unix(0, atomic.LoadInt64(&ac.czData.lastCallStartedTime)),
clientconn.go#L1474: atomic.StoreInt64(&ac.czData.lastCallStartedTime, time.Now().UnixNano())
rpc_util.go#L864: lastCallStartedTime int64
server.go#L965: LastCallStartedTimestamp: time.Unix(0, atomic.LoadInt64(&s.czData.lastCallStartedTime)),
server.go#L971: atomic.StoreInt64(&s.czData.lastCallStartedTime, time.Now().UnixNano())
![]() |
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. |