Searched refs:end_timestamp (Results 1 – 2 of 2) sorted by relevance
68 ringbuffer.front().end_timestamp = now; in insert()119 nsecs_t end_timestamp = it->end_timestamp; in collect_max() local121 end_timestamp = timekeeper->current_time(); in collect_max()123 const auto time_displayed = std::chrono::nanoseconds(end_timestamp - it->start_timestamp); in collect_max()
75 nsecs_t end_timestamp; member