Searched refs:mPeakTimestamps (Results 1 – 2 of 2) sorted by relevance
276 mPeakTimestamps.emplace_front(ts); in detectAndStorePeak()282 if (mPeakTimestamps.size() >= kMaxLength.Peaks) { in detectAndStorePeak()283 mPeakTimestamps.resize(kMaxLength.Peaks); in detectAndStorePeak()402 writeToFile(curr.mHists, curr.mOutlierData, curr.mPeakTimestamps, in dump()
242 std::deque<timestamp> mPeakTimestamps; variable