HomeSort by relevance Sort by last modified time
    Searched defs:paint_time (Results 1 - 2 of 2) 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.h 40 base::TimeDelta paint_time; member in struct:cc::RenderingStats::MainThreadRenderingStats

Completed in 380 milliseconds