HomeSort by relevance Sort by last modified time
    Searched refs:LapTimer (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/cc/debug/
lap_timer.cc 21 LapTimer::LapTimer(int warmup_laps,
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::LapsPerSecond()
    [all...]
lap_timer.h 13 // 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 {
25 LapTimer(int warmup_laps, base::TimeDelta time_limit, int check_interval);
59 DISALLOW_COPY_AND_ASSIGN(LapTimer);
rasterize_and_record_benchmark.cc 120 // Parameters for LapTimer.
128 LapTimer timer(kWarmupRuns,
rasterize_and_record_benchmark_impl.cc 41 // Parameters for LapTimer.
49 LapTimer timer(kWarmupRuns,
  /external/chromium_org/cc/resources/
picture_pile_impl_perftest.cc 72 LapTimer timer_;
picture_layer_tiling_perftest.cc 278 LapTimer timer_;
task_graph_runner_perftest.cc 278 LapTimer timer_;
raster_worker_pool_perftest.cc 221 LapTimer timer_;
tile_manager_perftest.cc 436 LapTimer timer_;
  /external/chromium_org/cc/layers/
layer_perftest.cc 58 LapTimer timer_;
picture_layer_impl_perftest.cc 182 LapTimer timer_;
  /external/chromium_org/cc/trees/
layer_tree_host_perftest.cc 105 LapTimer draw_timer_;
106 LapTimer commit_timer_;
layer_tree_host_common_perftest.cc 76 LapTimer timer_;
occlusion_tracker_perftest.cc 63 LapTimer timer_;

Completed in 242 milliseconds