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

/external/chromium_org/cc/base/
H A Drolling_time_delta_history.h18 class CC_EXPORT RollingTimeDeltaHistory { class in namespace:cc
20 explicit RollingTimeDeltaHistory(size_t max_size);
22 ~RollingTimeDeltaHistory();
39 DISALLOW_COPY_AND_ASSIGN(RollingTimeDeltaHistory);
H A Drolling_time_delta_history.cc11 RollingTimeDeltaHistory::RollingTimeDeltaHistory(size_t max_size) function in class:cc::RollingTimeDeltaHistory
14 RollingTimeDeltaHistory::~RollingTimeDeltaHistory() {}
16 void RollingTimeDeltaHistory::InsertSample(base::TimeDelta time) {
29 void RollingTimeDeltaHistory::Clear() {
34 base::TimeDelta RollingTimeDeltaHistory::Percentile(double percent) const {
H A Drolling_time_delta_history_unittest.cc12 RollingTimeDeltaHistory empty_history(0);
33 RollingTimeDeltaHistory size_one_history(1);
58 RollingTimeDeltaHistory large_history(100);
/external/chromium_org/cc/trees/
H A Dproxy_timing_history.h33 RollingTimeDeltaHistory draw_duration_history_;
34 RollingTimeDeltaHistory begin_main_frame_to_commit_duration_history_;
35 RollingTimeDeltaHistory commit_to_activate_duration_history_;
/external/chromium_org/cc/output/
H A Doutput_surface.h183 RollingTimeDeltaHistory gpu_latency_history_;

Completed in 97 milliseconds