Searched refs:latency_profilers_ (Results 1 – 1 of 1) sorted by relevance
78 latency_profilers_.erase( in MakeScopedProfiler()79 std::remove_if(latency_profilers_.begin(), latency_profilers_.end(), in MakeScopedProfiler()83 latency_profilers_.end()); in MakeScopedProfiler()85 for (auto rprofiler = latency_profilers_.rbegin(); in MakeScopedProfiler()86 rprofiler != latency_profilers_.rend(); ++rprofiler) { in MakeScopedProfiler()94 if (int size = latency_profilers_.size(); size > 2) { in MakeScopedProfiler()103 return latency_profilers_.back()->AcceptNextState(type); in MakeScopedProfiler()115 for (auto rprofiler = latency_profilers_.rbegin(); in FirstFrameStart()116 rprofiler != latency_profilers_.rend(); ++rprofiler) { in FirstFrameStart()126 for (auto rprofiler = latency_profilers_.rbegin(); in FirstFrameEnd()[all …]