19 #ifndef GRPC_IMPL_CODEGEN_GPR_TYPES_H
20 #define GRPC_IMPL_CODEGEN_GPR_TYPES_H
gpr_clock_type
The clocks we support.
Definition: gpr_types.h:31
@ GPR_TIMESPAN
Unmeasurable clock type: no base, created by taking the difference between two times.
Definition: gpr_types.h:42
@ GPR_CLOCK_REALTIME
Realtime clock.
Definition: gpr_types.h:36
@ GPR_CLOCK_MONOTONIC
Monotonic clock.
Definition: gpr_types.h:33
@ GPR_CLOCK_PRECISE
CPU cycle time obtained by rdtsc instruction on x86 platforms.
Definition: gpr_types.h:39
struct gpr_timespec gpr_timespec
Analogous to struct timespec.
Analogous to struct timespec.
Definition: gpr_types.h:47
int64_t tv_sec
Definition: gpr_types.h:48
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:52
int32_t tv_nsec
Definition: gpr_types.h:49