From 231f5f024ba36a3f935ea14e878251d252e00fa7 Mon Sep 17 00:00:00 2001 From: Wang Guibao Date: Tue, 15 Oct 2019 16:19:05 +0800 Subject: [PATCH] Update get_value.cpp --- doc/resource/get_value.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/resource/get_value.cpp b/doc/resource/get_value.cpp index bd47eeab..f7dd7411 100644 --- a/doc/resource/get_value.cpp +++ b/doc/resource/get_value.cpp @@ -102,6 +102,7 @@ void thread_worker(int thread_id) times_us[thread_id] += std::chrono::duration_cast(stop2 - start2).count(); } + // Per-thread statistics std::cout << total_request_num << " requests, " << batch_size << " keys per req, total time us = " << times_us[thread_id] <