Searched refs:kMaxHistoryLength (Results 1 – 1 of 1) sorted by relevance
26 const int kMaxHistoryLength = 100; variable67 if (it->second.history.size() > kMaxHistoryLength) { in updateFrameStatsOnReturn()