Searched refs:Timestamps (Results 1 – 17 of 17) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | buffer_list.h | 33 struct Timestamps { struct 81 grpc_core::Timestamps ts_; /* The timestamps corresponding to this buffer */ 91 grpc_core::Timestamps*,
|
D | buffer_list.cc | 60 void (*timestamps_callback)(void*, grpc_core::Timestamps*, 118 grpc_core::Timestamps*, in grpc_tcp_set_write_timestamps_callback() argument 128 grpc_core::Timestamps*, in grpc_tcp_set_write_timestamps_callback() argument
|
D | endpoint.h | 36 class Timestamps; variable
|
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/ |
D | ChannelzProtoUtil.java | 25 import com.google.protobuf.util.Timestamps; 141 .setLastCallStartedTimestamp(Timestamps.fromNanos(stats.lastCallStartedNanos)) in toServerData() 227 Timestamps.fromNanos(s.lastLocalStreamCreatedTimeNanos)) in extractSocketData() 229 Timestamps.fromNanos(s.lastRemoteStreamCreatedTimeNanos)) in extractSocketData() 231 Timestamps.fromNanos(s.lastMessageSentTimeNanos)) in extractSocketData() 233 Timestamps.fromNanos(s.lastMessageReceivedTimeNanos)) in extractSocketData() 362 .setLastCallStartedTimestamp(Timestamps.fromNanos(stats.lastCallStartedNanos)); in extractChannelData() 376 .setCreationTimestamp(Timestamps.fromNanos(channelTrace.creationTimeNanos)) in toChannelTrace() 387 .setTimestamp(Timestamps.fromNanos(event.timestampNanos)); in toChannelTraceEvents()
|
/external/grpc-grpc-java/services/src/test/java/io/grpc/services/ |
D | ChannelzProtoUtilTest.java | 33 import com.google.protobuf.util.Timestamps; 109 .setLastCallStartedTimestamp(Timestamps.fromNanos(4)) 130 .setLastCallStartedTimestamp(Timestamps.fromNanos(4)) 149 .setLastCallStartedTimestamp(Timestamps.fromNanos(4)) 287 .setLastLocalStreamCreatedTimestamp(Timestamps.fromNanos(2)) 288 .setLastRemoteStreamCreatedTimestamp(Timestamps.fromNanos(3)) 294 .setLastMessageSentTimestamp(Timestamps.fromNanos(9)) 295 .setLastMessageReceivedTimestamp(Timestamps.fromNanos(10)) 321 .setCreationTimestamp(Timestamps.fromNanos(1000)) 892 .setTimestamp(Timestamps.fromNanos(12)) in channelTrace_withEvents() [all …]
|
/external/grpc-grpc/test/core/iomgr/ |
D | buffer_list_test.cc | 30 grpc_core::Timestamps* ts, in TestShutdownFlushesListVerifier() 62 grpc_core::Timestamps* ts, in TestVerifierCalledOnAckVerifier()
|
D | tcp_posix_test.cc | 383 void timestamps_verifier(void* arg, grpc_core::Timestamps* ts, in timestamps_verifier()
|
/external/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/ |
D | GrpclbClientLoadRecorder.java | 21 import com.google.protobuf.util.Timestamps; 105 .setTimestamp(Timestamps.fromNanos(time.currentTimeNanos())) in generateLoadReport()
|
/external/protobuf/src/google/protobuf/ |
D | duration.proto | 50 // Example 1: Compute Duration from two Timestamps in pseudo code.
|
/external/bcc/tools/ |
D | tcplife_example.txt | 64 Timestamps can be added with -t:
|
D | funclatency_example.txt | 43 and kretprobe tracer. Timestamps are collected, the delta time calculated, which
|
/external/golang-protobuf/ptypes/duration/ |
D | duration.proto | 52 // Example 1: Compute Duration from two Timestamps in pseudo code.
|
/external/syzkaller/vendor/github.com/golang/protobuf/ptypes/duration/ |
D | duration.proto | 52 // Example 1: Compute Duration from two Timestamps in pseudo code.
|
/external/walt/ios/WALT/ |
D | DragLatencyController.mm | 333 // Timestamps are reset to be relative to t0 to make the output easier to read.
|
/external/grpc-grpc-java/grpclb/src/test/java/io/grpc/grpclb/ |
D | GrpclbLoadBalancerTest.java | 50 import com.google.protobuf.util.Timestamps; 702 .setTimestamp(Timestamps.fromNanos(fakeClock.getTicker().read())) in assertNextReport()
|
/external/cldr/specs/rfc/ |
D | draft-davis-t-langtag-ext.txt | 779 Internet: Timestamps", 2002.
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 2421 Timestamps:
|