Searched refs:InsertSample (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/base/
H A Drolling_time_delta_history_unittest.cc18 empty_history.InsertSample(base::TimeDelta::FromMilliseconds(10));
19 empty_history.InsertSample(base::TimeDelta::FromMilliseconds(15));
20 empty_history.InsertSample(base::TimeDelta::FromMilliseconds(20));
41 size_one_history.InsertSample(sample1);
46 size_one_history.InsertSample(sample2);
63 large_history.InsertSample(sample1);
64 large_history.InsertSample(sample2);
71 large_history.InsertSample(sample3);
79 large_history.InsertSample(base::TimeDelta::FromMilliseconds(i));
95 large_history.InsertSample(sample
[all...]
H A Drolling_time_delta_history.h24 void InsertSample(base::TimeDelta time);
H A Drolling_time_delta_history.cc16 void RollingTimeDeltaHistory::InsertSample(base::TimeDelta time) { function in class:cc::RollingTimeDeltaHistory
/external/chromium_org/cc/trees/
H A Dproxy_timing_history.cc61 begin_main_frame_to_commit_duration_history_.InsertSample(
75 commit_to_activate_duration_history_.InsertSample(
96 draw_duration_history_.InsertSample(draw_duration);
/external/chromium_org/cc/output/
H A Doutput_surface.cc305 gpu_latency_history_.InsertSample(latency);

Completed in 269 milliseconds