Searched refs:hists (Results 1 – 2 of 2) sorted by relevance
111 std::string hists = ReportPerformance::dumpHistogramsToString(data); in dumpPlots() local112 write(fd, hists.c_str(), hists.size()); in dumpPlots()220 void writeToFile(const std::deque<std::pair<timestamp, Hist>> &hists, in writeToFile() argument227 if (outlierData.empty() && hists.empty() && peakTimestamps.empty()) { in writeToFile()261 for (auto hist = hists.begin(); hist != hists.end(); ++hist) { in writeToFile()270 if (std::next(hist) != end(hists)) { in writeToFile()
74 void writeToFile(const std::deque<std::pair<timestamp, Hist>> &hists,