HomeSort by relevance Sort by last modified time
    Searched defs:FrameRateCounter (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/debug/
frame_rate_counter.cc 34 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)
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::GetAverageFPS() const
    [all...]
frame_rate_counter.h 17 class FrameRateCounter {
19 static scoped_ptr<FrameRateCounter> Create(bool has_impl_thread);
45 explicit FrameRateCounter(bool has_impl_thread);
52 DISALLOW_COPY_AND_ASSIGN(FrameRateCounter);

Completed in 36 milliseconds