Searched refs:peakTimestamps (Results 1 – 3 of 3) sorted by relevance
222 const std::deque<timestamp> &peakTimestamps, in writeToFile() argument227 if (outlierData.empty() && hists.empty() && peakTimestamps.empty()) { in writeToFile()296 for (auto peak = peakTimestamps.begin(); peak != peakTimestamps.end(); ++peak) { in writeToFile()298 if (std::next(peak) != end(peakTimestamps)) { in writeToFile()
76 const std::deque<timestamp> &peakTimestamps,