Searched refs:end_timestamp (Results 1 – 5 of 5) 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
1875 int64_t end_timestamp; in RequestStreamBuffers() local1880 end_timestamp = end_time.tv_sec * kNsPerSec + end_time.tv_nsec; in RequestStreamBuffers()1881 int64_t elapsed_timestamp = end_timestamp - start_timestamp; in RequestStreamBuffers()