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