Home
last modified time | relevance | path

Searched refs:thread_duration_ns_ (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h128 thread_duration_ns_.emplace_back(thread_duration_ns); in AddThreadSlice()
143 return thread_duration_ns_; in thread_duration_ns()
166 thread_duration_ns_[row] = end_thread_timestamp_ns - begin_ns; in UpdateThreadDeltasForSliceId()
175 std::deque<int64_t> thread_duration_ns_; variable
189 thread_duration_ns_.emplace_back(thread_duration_ns); in AddVirtualTrackSlice()
204 return thread_duration_ns_; in thread_duration_ns()
227 thread_duration_ns_[row] = end_thread_timestamp_ns - begin_ns; in UpdateThreadDeltasForSliceId()
236 std::deque<int64_t> thread_duration_ns_; variable