Searched refs:start_timestamp (Results 1 – 7 of 7) 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
50 std::chrono::nanoseconds(now - ringbuffer.front().start_timestamp)); in update_cumulative()134 const auto time_displayed = std::chrono::nanoseconds(end_timestamp - it->start_timestamp); in collect_max()147 [](auto const &a, auto const &b) { return a.start_timestamp >= b.start_timestamp; }); in collect_max_after()
75 nsecs_t start_timestamp; member
1801 int64_t start_timestamp; in RequestStreamBuffers() local1808 start_timestamp = start_time.tv_sec * kNsPerSec + start_time.tv_nsec; in RequestStreamBuffers()1820 int64_t elapsed_timestamp = end_timestamp - start_timestamp; in RequestStreamBuffers()