Searched refs:fps_counter (Results 1 – 4 of 4) sorted by relevance
196 FrameRateCounter* fps_counter = layer_tree_impl()->frame_rate_counter(); in UpdateHudContents() local197 fps_graph_.value = fps_counter->GetAverageFPS(); in UpdateHudContents()198 fps_counter->GetMinAndMaxFPS(&fps_graph_.min, &fps_graph_.max); in UpdateHudContents()314 const FrameRateCounter* fps_counter, in DrawFPSDisplay() argument322 const int kGraphWidth = fps_counter->time_stamp_history_size() - 2; in DrawFPSDisplay()379 for (FrameRateCounter::RingBufferType::Iterator it = --fps_counter->end(); it; in DrawFPSDisplay()381 base::TimeDelta delta = fps_counter->RecentFrameInterval(it.index() + 1); in DrawFPSDisplay()385 if (!fps_counter->IsBadFrameInterval(delta)) { in DrawFPSDisplay()
98 const FrameRateCounter* fps_counter,
328 FrameRateCounter* fps_counter() { in fps_counter() function
541 return layer_tree_host_impl_->fps_counter(); in frame_rate_counter()