Go to the documentation of this file.
19 #ifndef GRPC_IMPL_CODEGEN_GPR_TYPES_H
20 #define GRPC_IMPL_CODEGEN_GPR_TYPES_H
int32_t tv_nsec
Definition: gpr_types.h:52
@ GPR_TIMESPAN
Unmeasurable clock type: no base, created by taking the difference between two times.
Definition: gpr_types.h:45
int64_t tv_sec
Definition: gpr_types.h:51
@ GPR_CLOCK_MONOTONIC
Monotonic clock.
Definition: gpr_types.h:36
gpr_clock_type clock_type
Against which clock was this time measured? (or GPR_TIMESPAN if this is a relative time measure)
Definition: gpr_types.h:55
@ GPR_CLOCK_PRECISE
CPU cycle time obtained by rdtsc instruction on x86 platforms.
Definition: gpr_types.h:42
struct gpr_timespec gpr_timespec
Analogous to struct timespec.
Analogous to struct timespec.
Definition: gpr_types.h:50
@ GPR_CLOCK_REALTIME
Realtime clock.
Definition: gpr_types.h:39
gpr_clock_type
The clocks we support.
Definition: gpr_types.h:34