Home
last modified time | relevance | path

Searched refs:timekeeper (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150/display/libhistogram/
Dringbuffer.cpp27 timekeeper(std::move(tk)), in Ringbuffer()
62 auto now = timekeeper->current_time(); in insert()
85 update_cumulative(timekeeper->current_time(), std::get<0>(sample), std::get<1>(sample)); in collect_cumulative()
121 end_timestamp = timekeeper->current_time(); in collect_max()
Dringbuffer.h79 std::unique_ptr<TimeKeeper> const timekeeper; variable
/hardware/qcom/sm7250/display/libhistogram/
Dringbuffer.cpp29 : rb_max_size(ringbuffer_size), timekeeper(std::move(tk)), cumulative_frame_count(0) { in Ringbuffer()
69 auto now = timekeeper->current_time(); in insert()
96 update_cumulative(timekeeper->current_time(), std::get<0>(sample), std::get<1>(sample)); in collect_cumulative()
132 end_timestamp = timekeeper->current_time(); in collect_max()
Dringbuffer.h80 std::unique_ptr<TimeKeeper> const timekeeper; variable