Searched refs:LapTimer (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/cc/debug/
H A Dlap_timer.cc21 LapTimer::LapTimer(int warmup_laps, function in class:cc::LapTimer
33 void LapTimer::Reset() {
41 void LapTimer::Start() {
45 bool LapTimer::IsWarmedUp() { return remaining_warmups_ <= 0; }
47 void LapTimer::NextLap() {
65 bool LapTimer::HasTimeLimitExpired() { return accumulator_ >= time_limit_; }
67 bool LapTimer::HasTimedAllLaps() { return !(num_laps_ % check_interval_); }
69 float LapTimer::MsPerLap() {
74 float LapTimer
[all...]
H A Dlap_timer.h13 // LapTimer is used to calculate average times per "Lap" in perf tests.
18 // If you initialize the LapTimer with a non zero warmup_laps, it will ignore
23 class CC_EXPORT LapTimer { class in namespace:cc
25 LapTimer(int warmup_laps, base::TimeDelta time_limit, int check_interval);
59 DISALLOW_COPY_AND_ASSIGN(LapTimer);
H A Drasterize_and_record_benchmark.cc120 // Parameters for LapTimer.
128 LapTimer timer(kWarmupRuns,
H A Drasterize_and_record_benchmark_impl.cc41 // Parameters for LapTimer.
49 LapTimer timer(kWarmupRuns,
/external/chromium_org/cc/resources/
H A Dpicture_pile_impl_perftest.cc72 LapTimer timer_;
H A Dpicture_layer_tiling_perftest.cc278 LapTimer timer_;
H A Dtask_graph_runner_perftest.cc278 LapTimer timer_;
H A Draster_worker_pool_perftest.cc221 LapTimer timer_;
H A Dtile_manager_perftest.cc436 LapTimer timer_;
/external/chromium_org/cc/layers/
H A Dlayer_perftest.cc58 LapTimer timer_;
H A Dpicture_layer_impl_perftest.cc182 LapTimer timer_;
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_perftest.cc105 LapTimer draw_timer_;
106 LapTimer commit_timer_;
H A Dlayer_tree_host_common_perftest.cc76 LapTimer timer_;
H A Docclusion_tracker_perftest.cc63 LapTimer timer_;

Completed in 5543 milliseconds