Searched defs:TesterCommon (Results 1 – 1 of 1) sorted by relevance
54 struct TesterCommon { struct60 explicit TesterCommon(const CommandOpt &opt) : opt_(opt) {} in TesterCommon() function83 CommandOpt opt_;84 std::ifstream ifs_;86 std::mutex inputMtx_;90 std::mutex outputMtx_;93 uint64_t inTotalCnt_ = 0;94 int64_t firstInTime_ = 0;95 double inFps_ = 0;98 uint64_t totalCost_ = 0;[all …]