Home
last modified time | relevance | path

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

/external/chromium_org/cc/debug/
Dframe_rate_counter.h23 size_t time_stamp_history_size() const { return ring_buffer_.BufferSize(); } in time_stamp_history_size() function
/external/chromium_org/cc/layers/
Dheads_up_display_layer_impl.cc327 const int kGraphWidth = fps_counter->time_stamp_history_size() - 2; in DrawFPSDisplay()