Home
last modified time | relevance | path

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

/external/ruy/ruy/profiler/
Dtest.cc61 EXPECT_EQ(treeview.thread_roots().size(), 1); in TEST()
62 const auto& thread_root = *treeview.thread_roots().begin()->second; in TEST()
76 *treeview_collapsed.thread_roots().begin()->second; in TEST()
105 EXPECT_EQ(treeview.thread_roots().size(), 4); in TEST()
106 for (const auto& thread_root : treeview.thread_roots()) { in TEST()
155 EXPECT_EQ(treeview.thread_roots().size(), 2); in TEST()
Dtreeview.cc136 static_cast<int>(treeview.thread_roots().size())); in Print()
137 for (const auto& thread_root : treeview.thread_roots()) { in Print()
219 for (const auto& thread_root_in : treeview_in.thread_roots()) { in CollapseNodesMatchingFunction()
Dtreeview.h47 const ThreadRootsMap& thread_roots() const { return thread_roots_; } in thread_roots() function