Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/sqlite/
Ddb_sqlite_table.cc259 constexpr double kFixedQueryCost = 1000.0; in EstimateCost() local
271 return QueryCost{kFixedQueryCost, 0}; in EstimateCost()
322 kFixedQueryCost + filter_cost + sort_cost + iteration_cost; in EstimateCost()