Searched defs:fps_counter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/layers/
H A Dheads_up_display_layer_impl.cc226 FrameRateCounter* fps_counter = layer_tree_impl()->frame_rate_counter(); local
227 fps_graph_.value = fps_counter->GetAverageFPS();
228 fps_counter->GetMinAndMaxFPS(&fps_graph_.min, &fps_graph_.max);
348 const FrameRateCounter* fps_counter,
356 const int kGraphWidth = fps_counter->time_stamp_history_size() - 2;
413 for (FrameRateCounter::RingBufferType::Iterator it = --fps_counter->end(); it;
415 base::TimeDelta delta = fps_counter->RecentFrameInterval(it.index() + 1);
419 if (!fps_counter->IsBadFrameInterval(delta)) {
346 DrawFPSDisplay( SkCanvas* canvas, const FrameRateCounter* fps_counter, int right, int top) const argument
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.h362 FrameRateCounter* fps_counter() { function in class:cc::LayerTreeHostImpl

Completed in 58 milliseconds