Searched refs:fps_counter_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.h303 return fps_counter_.get();
521 scoped_ptr<FrameRateCounter> fps_counter_; member in class:cc::LayerTreeHostImpl
H A Dlayer_tree_host_impl.cc189 fps_counter_(FrameRateCounter::Create(proxy_->HasImplThread())),
1250 fps_counter_->SaveTimeStamp(frame_begin_time);
1253 fps_counter_->current_frame_number());
1255 fps_counter_->dropped_frame_count());
2371 return fps_counter_->current_frame_number();

Completed in 55 milliseconds