Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/tables/
Dmacros_benchmark.cc162 RootTestTable::Row root_row; in BM_TableFilterRootIdAndOther() local
163 root_row.root_non_null = i * 4; in BM_TableFilterRootIdAndOther()
164 root.Insert(root_row); in BM_TableFilterRootIdAndOther()
198 RootTestTable::Row root_row; in BM_TableFilterChildIdAndSortedInRoot() local
199 root_row.root_sorted = i * 2; in BM_TableFilterChildIdAndSortedInRoot()
200 root.Insert(root_row); in BM_TableFilterChildIdAndSortedInRoot()
444 RootTestTable::Row root_row; in BM_TableFilterChildSortedEqInParent() local
445 root_row.root_sorted = i * 4; in BM_TableFilterChildSortedEqInParent()
446 root.Insert(root_row); in BM_TableFilterChildSortedEqInParent()
514 RootTestTable::Row root_row; in BM_TableSortChildNonNullInParent() local
[all …]