Searched refs:ts_col (Results 1 – 4 of 4) sorted by relevance
30 void DbTableMaybeUpdateMinMax(const TypedColumn<int64_t>& ts_col, in DbTableMaybeUpdateMinMax() argument34 if (ts_col.row_map().empty()) in DbTableMaybeUpdateMinMax()37 int64_t col_min = ts_col.Min()->AsLong(); in DbTableMaybeUpdateMinMax()38 int64_t col_max = ts_col.Max()->AsLong(); in DbTableMaybeUpdateMinMax()41 PERFETTO_CHECK(ts_col.IsSorted()); in DbTableMaybeUpdateMinMax()42 PERFETTO_CHECK(dur_col->row_map().size() == ts_col.row_map().size()); in DbTableMaybeUpdateMinMax()45 std::max(ts_col.Get(i).AsLong() + dur_col->Get(i).AsLong(), col_max); in DbTableMaybeUpdateMinMax()
77 const auto* ts_col = in ComputeDurColumn() local96 dur.Set(old_row, (*ts_col)[i] - (*ts_col)[old_row]); in ComputeDurColumn()
187 const auto& ts_col = table.GetTypedColumnByName<int64_t>("ts"); in ComputeLayoutTable() local198 int64_t start = ts_col[i]; in ComputeLayoutTable()
107 const auto& ts_col = table_->GetTypedColumnByName<int64_t>("ts"); in VerifyThreadState() local117 ASSERT_EQ(ts_col[row], from.ts); in VerifyThreadState()