Home
last modified time | relevance | path

Searched refs:end_timestamp (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sdm845/display/libhistogram/
Dringbuffer.cpp68 ringbuffer.front().end_timestamp = now; in insert()
119 nsecs_t end_timestamp = it->end_timestamp; in collect_max() local
121 end_timestamp = timekeeper->current_time(); in collect_max()
123 const auto time_displayed = std::chrono::nanoseconds(end_timestamp - it->start_timestamp); in collect_max()
Dringbuffer.h75 nsecs_t end_timestamp; member