Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dprocess_table.cc55 info->estimated_cost = static_cast<uint32_t>(storage_->process_count()); in BestIndex()
61 info->estimated_cost = IsOpEq(constraints.front().op) ? 1 : 10; in BestIndex()
Dthread_table.cc56 info->estimated_cost = static_cast<uint32_t>(storage_->thread_count()); in BestIndex()
63 info->estimated_cost = IsOpEq(constraints.front().op) ? 1 : 10; in BestIndex()
Dargs_table.cc53 info->estimated_cost = 1; in BestIndex()
59 info->estimated_cost = static_cast<uint32_t>(storage_->args().args_count()); in BestIndex()
Dtable.cc91 info.order_by_consumed, info.estimated_cost); in BestIndexInternal()
98 idx->estimatedCost = info.estimated_cost; in BestIndexInternal()
Dcounter_values_table.cc48 info->estimated_cost = EstimateCost(qc); in BestIndex()
Dandroid_logs_table.cc49 info->estimated_cost = static_cast<uint32_t>(storage_->android_logs().size()); in BestIndex()
Dinstants_table.cc51 info->estimated_cost = in BestIndex()
Dcounter_definitions_table.cc51 info->estimated_cost = EstimateCost(qc); in BestIndex()
Dstring_table.cc54 info->estimated_cost = static_cast<uint32_t>(storage_->string_count()); in BestIndex()
Dslice_table.cc52 info->estimated_cost = EstimateCost(qc); in BestIndex()
Dsched_slice_table.cc50 info->estimated_cost = EstimateQueryCost(qc); in BestIndex()
Dtable.h143 uint32_t estimated_cost = 0; member
Draw_table.cc65 info->estimated_cost = RowCount(); in BestIndex()