Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/db/
H A Dquery_executor_benchmark.cc425 Table slice_sorted_with_duration = table.table_.Sort({order}); in BM_QEFilterWithArrangement() local
432 benchmark::DoNotOptimize(slice_sorted_with_duration.QueryToRowMap(q)); in BM_QEFilterWithArrangement()
435 static_cast<double>(slice_sorted_with_duration.row_count()), in BM_QEFilterWithArrangement()
504 Table slice_sorted_with_duration = table.table_.Sort({order}); in BM_QEFilterOrderedArrangement() local
511 benchmark::DoNotOptimize(slice_sorted_with_duration.QueryToRowMap(q)); in BM_QEFilterOrderedArrangement()
514 static_cast<double>(slice_sorted_with_duration.row_count()), in BM_QEFilterOrderedArrangement()
628 Table slice_sorted_with_duration = table.table_.Sort({order}); in BM_QEDistinctWithArrangement() local
635 benchmark::DoNotOptimize(slice_sorted_with_duration.QueryToRowMap(q)); in BM_QEDistinctWithArrangement()
638 static_cast<double>(slice_sorted_with_duration.row_count()), in BM_QEDistinctWithArrangement()
651 Table slice_sorted_with_duration = table.table_.Sort({order}); in BM_QEDistinctSortedWithArrangement() local
[all …]