Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h136 thread_instruction_counts_.emplace_back(thread_instruction_count); in AddVirtualTrackSlice()
153 return thread_instruction_counts_; in thread_instruction_counts()
177 int64_t begin_ticount = thread_instruction_counts_[row]; in UpdateThreadDeltasForSliceId()
186 std::deque<int64_t> thread_instruction_counts_; variable