Searched refs:end_timestamp (Results 1 – 7 of 7) 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
77 ringbuffer.front().end_timestamp = now; in insert()130 nsecs_t end_timestamp = it->end_timestamp; in collect_max() local132 end_timestamp = timekeeper->current_time(); in collect_max()134 const auto time_displayed = std::chrono::nanoseconds(end_timestamp - it->start_timestamp); in collect_max()
76 nsecs_t end_timestamp; member
1814 int64_t end_timestamp; in RequestStreamBuffers() local1819 end_timestamp = end_time.tv_sec * kNsPerSec + end_time.tv_nsec; in RequestStreamBuffers()1820 int64_t elapsed_timestamp = end_timestamp - start_timestamp; in RequestStreamBuffers()