Searched refs:timekeeper (Results 1 – 4 of 4) sorted by relevance
27 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()
79 std::unique_ptr<TimeKeeper> const timekeeper; variable
29 : 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()
80 std::unique_ptr<TimeKeeper> const timekeeper; variable