Searched refs:maybe_row (Results 1 – 1 of 1) sorted by relevance
661 auto maybe_row = thread_slices->id().IndexOf(*opt_slice_id); in ParseThreadEndEvent() local662 PERFETTO_DCHECK(maybe_row.has_value()); in ParseThreadEndEvent()663 auto tts = thread_slices->thread_ts()[*maybe_row]; in ParseThreadEndEvent()667 *maybe_row, *event_data_->thread_timestamp - *tts); in ParseThreadEndEvent()669 auto tic = thread_slices->thread_instruction_count()[*maybe_row]; in ParseThreadEndEvent()673 *maybe_row, *event_data_->thread_instruction_count - *tic); in ParseThreadEndEvent()