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

  /external/chromium_org/cc/debug/
paint_time_counter.cc 20 base::TimeDelta paint_time = total_paint_time - last_total_paint_time_; local
21 ring_buffer_.SaveToBuffer(paint_time);
34 const base::TimeDelta paint_time = **it; local
36 if (paint_time < *min)
37 *min = paint_time;
38 if (paint_time > *max)
39 *max = paint_time;
rendering_stats.cc 19 record_data->SetDouble("paint_time", paint_time.InSecondsF());
28 paint_time += other.paint_time;
58 main_stats.paint_time.InSecondsF());
rendering_stats.h 36 base::TimeDelta paint_time; member in struct:cc::MainThreadRenderingStats
rendering_stats_instrumentation.cc 78 main_stats_.paint_time += duration;
  /external/chromium_org/tools/perf/metrics/
rendering_stats.py 26 self.paint_time = []
61 self.paint_time.append(1000.0 *
62 event.args['data']['paint_time'])
rendering_stats_unittest.py 36 self.paint_time = []
54 'paint_time': 0.0,
78 ref_stats.paint_time.append(data['paint_time'] * 1000.0)
190 self.assertEquals(stats.paint_time, ref_stats.paint_time)
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc     [all...]
  /external/chromium_org/content/renderer/
render_widget.cc 1313 base::TimeDelta paint_time = local
    [all...]

Completed in 510 milliseconds