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

/external/chromium_org/cc/debug/
H A Dframe_rate_counter.h17 class FrameRateCounter { class in namespace:cc
19 static scoped_ptr<FrameRateCounter> Create(bool has_impl_thread);
45 explicit FrameRateCounter(bool has_impl_thread);
52 DISALLOW_COPY_AND_ASSIGN(FrameRateCounter);
H A Dframe_rate_counter.cc34 scoped_ptr<FrameRateCounter> FrameRateCounter::Create(bool has_impl_thread) {
35 return make_scoped_ptr(new FrameRateCounter(has_impl_thread));
38 base::TimeDelta FrameRateCounter::RecentFrameInterval(size_t n) const {
44 FrameRateCounter::FrameRateCounter(bool has_impl_thread) function in class:cc::FrameRateCounter
47 void FrameRateCounter::SaveTimeStamp(base::TimeTicks timestamp, bool software) {
80 bool FrameRateCounter::IsBadFrameInterval(
90 void FrameRateCounter::GetMinAndMaxFPS(double* min_fps, double* max_fps) const {
111 double FrameRateCounter
[all...]

Completed in 79 milliseconds