Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dsched_slice_table.cc67 bool has_time_constraint = std::any_of(cs.begin(), cs.end(), has_ts_column); in EstimateQueryCost() local
68 if (has_time_constraint) { in EstimateQueryCost()