Searched refs:log_max (Results 1 – 1 of 1) sorted by relevance
133 std::string log_max = "max-" + std::to_string(metric) + " "; in uploadMetrics() local136 log_max += std::to_string(max_[metric][j]) + " "; in uploadMetrics()139 LOG(INFO) << log_max; in uploadMetrics()