Home
last modified time | relevance | path

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

/external/chromium_org/cc/trees/
Dlayer_tree_host_impl.h367 return fps_counter_.get(); in fps_counter()
629 scoped_ptr<FrameRateCounter> fps_counter_; variable
Dlayer_tree_host_impl.cc237 fps_counter_(FrameRateCounter::Create(proxy_->HasImplThread())), in LayerTreeHostImpl()
1437 fps_counter_->SaveTimeStamp(frame_begin_time, in DrawLayers()
2960 return fps_counter_->current_frame_number(); in SourceAnimationFrameNumber()