Searched refs:total_threads (Results 1 – 1 of 1) sorted by relevance
876 const int total_threads = ProgramOptions.threads * ProgramOptions.instances; in ClientCommand() local882 const double average_time_s = total_time_s / total_threads; in ClientCommand()961 std::cerr << std::fixed << "Total throughput over " << total_threads in ClientCommand()966 << (iterations * total_threads / average_time_s) in ClientCommand()968 << (average_time_s / (iterations * total_threads)) << " s/txn)" in ClientCommand()