#include <grpc/support/port_platform.h>#include <grpc/impl/codegen/gpr_types.h>#include <grpc/support/time.h>

Go to the source code of this file.
Functions | |
| gpr_timespec | gpr_cycle_counter_sub (gpr_cycle_counter a, gpr_cycle_counter b) |
| gpr_timespec | gpr_cycle_counter_to_time (gpr_cycle_counter cycles) |
| void | gpr_precise_clock_init (void) |
| void | gpr_precise_clock_now (gpr_timespec *clk) |
| gpr_timespec gpr_cycle_counter_sub | ( | gpr_cycle_counter | a, |
| gpr_cycle_counter | b | ||
| ) |
| gpr_timespec gpr_cycle_counter_to_time | ( | gpr_cycle_counter | cycles | ) |
| void gpr_precise_clock_init | ( | void | ) |
| void gpr_precise_clock_now | ( | gpr_timespec * | clk | ) |