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