Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/dynamic/
Dexperimental_slice_layout_generator.cc229 std::vector<GroupInfo*> still_open; in ComputeLayoutTable() local
236 auto it = still_open.begin(); in ComputeLayoutTable()
237 while (it != still_open.end()) { in ComputeLayoutTable()
239 it = still_open.erase(it); in ComputeLayoutTable()
255 for (const auto& open : still_open) { in ComputeLayoutTable()
271 still_open.push_back(group); in ComputeLayoutTable()