Home
last modified time | relevance | path

Searched refs:LapTimer (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/cc/test/
Dlap_timer.cc11 LapTimer::LapTimer(int warmup_laps, in LapTimer() function in cc::LapTimer
21 void LapTimer::Reset() { in Reset()
29 void LapTimer::Start() { start_time_ = base::TimeTicks::HighResNow(); } in Start()
31 bool LapTimer::IsWarmedUp() { return remaining_warmups_ <= 0; } in IsWarmedUp()
33 void LapTimer::NextLap() { in NextLap()
50 bool LapTimer::HasTimeLimitExpired() { return accumulator_ >= time_limit_; } in HasTimeLimitExpired()
52 float LapTimer::MsPerLap() { in MsPerLap()
57 float LapTimer::LapsPerSecond() { in LapsPerSecond()
62 int LapTimer::NumLaps() { return num_laps_; } in NumLaps()
Dlap_timer.h22 class LapTimer {
24 LapTimer(int warmup_laps, base::TimeDelta time_limit, int check_interval);
55 DISALLOW_COPY_AND_ASSIGN(LapTimer);
/external/chromium_org/cc/trees/
Dlayer_tree_host_perftest.cc103 LapTimer draw_timer_;
104 LapTimer commit_timer_;
Dlayer_tree_host_common_perftest.cc69 LapTimer timer_;
/external/chromium_org/cc/layers/
Dlayer_perftest.cc57 LapTimer timer_;
/external/chromium_org/cc/resources/
Draster_worker_pool_perftest.cc204 LapTimer timer_;
Dtile_manager_perftest.cc174 LapTimer timer_;
Dworker_pool_perftest.cc210 LapTimer timer_;