Skip to content
Snippets Groups Projects
Commit e7c60e62 authored by Craig Tiller's avatar Craig Tiller
Browse files

Make latency traces more useful

parent bc185e30
Branches
Tags
No related merge requests found
......@@ -620,6 +620,7 @@ static void BM_StreamingPingPongMsgs(benchmark::State& state) {
}
while (state.KeepRunning()) {
GPR_TIMER_SCOPE("BenchmarkCycle", 0);
request_rw->Write(send_request, tag(0)); // Start client send
response_rw.Read(&recv_request, tag(1)); // Start server recv
request_rw->Read(&recv_response, tag(2)); // Start client recv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment