Searched refs:start_timestamp (Results 1 – 4 of 4) sorted by relevance
48 std::chrono::nanoseconds(now - ringbuffer.front().start_timestamp)); in update_cumulative()123 const auto time_displayed = std::chrono::nanoseconds(end_timestamp - it->start_timestamp); in collect_max()136 [](auto const &a, auto const &b) { return a.start_timestamp >= b.start_timestamp; }); in collect_max_after()
74 nsecs_t start_timestamp; member