Searched refs:kMaxHistoryLength (Results 1 – 2 of 2) sorted by relevance
26 const int kMaxHistoryLength = 100; variable63 if (it->second.history.size() > kMaxHistoryLength) { in updateFrameStatsOnReturn()
30 constexpr int32_t kMaxHistoryLength = 100; variable58 if (it->second.history.size() > kMaxHistoryLength) { in updateFrameStatsOnReturnLocked()