-
- Downloads
Merge pull request #19907 from soheilhy/call-cycle-clock
Use cycle clock instead of clock monotonic to measure call latency.
Showing
- src/core/ext/filters/client_channel/client_channel.cc 2 additions, 2 deletionssrc/core/ext/filters/client_channel/client_channel.cc
- src/core/ext/filters/client_channel/health/health_check_client.cc 2 additions, 2 deletions.../ext/filters/client_channel/health/health_check_client.cc
- src/core/ext/filters/client_channel/subchannel.h 2 additions, 1 deletionsrc/core/ext/filters/client_channel/subchannel.h
- src/core/lib/channel/channel_stack.h 2 additions, 1 deletionsrc/core/lib/channel/channel_stack.h
- src/core/lib/gpr/time_precise.cc 17 additions, 1 deletionsrc/core/lib/gpr/time_precise.cc
- src/core/lib/gpr/time_precise.h 1 addition, 0 deletionssrc/core/lib/gpr/time_precise.h
- src/core/lib/iomgr/exec_ctx.cc 27 additions, 4 deletionssrc/core/lib/iomgr/exec_ctx.cc
- src/core/lib/iomgr/exec_ctx.h 3 additions, 0 deletionssrc/core/lib/iomgr/exec_ctx.h
- src/core/lib/surface/call.cc 3 additions, 3 deletionssrc/core/lib/surface/call.cc
- test/core/channel/channel_stack_test.cc 8 additions, 8 deletionstest/core/channel/channel_stack_test.cc
- test/core/end2end/tests/filter_latency.cc 2 additions, 2 deletionstest/core/end2end/tests/filter_latency.cc
- test/cpp/microbenchmarks/bm_call_create.cc 1 addition, 1 deletiontest/cpp/microbenchmarks/bm_call_create.cc
Loading
Please register or sign in to comment