Home
last modified time | relevance | path

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

/external/ruy/ruy/profiler/
Dtest.cc62 const auto& thread_root = *treeview.thread_roots().begin()->second; in TEST() local
63 EXPECT_EQ(DepthOfTreeBelow(thread_root), 22); in TEST()
65 WeightBelowNodeMatchingUnformatted(thread_root, "Merging sorted halves"), in TEST()
66 0.1 * thread_root.weight); in TEST()
68 thread_root, "MergeSortRecurse (level=20, size=1)"), in TEST()
69 0.01 * thread_root.weight); in TEST()
79 WeightBelowNodeMatchingUnformatted(thread_root, "MergeSort (size=%d)"), in TEST()
106 for (const auto& thread_root : treeview.thread_roots()) { in TEST() local
107 const TreeView::Node& root_node = *thread_root.second; in TEST()
Dtreeview.cc105 for (const auto& thread_root : thread_roots_) { in Populate() local
106 std::uint32_t id = thread_root.first; in Populate()
107 Node* root = thread_root.second.get(); in Populate()
137 for (const auto& thread_root : treeview.thread_roots()) { in Print() local
138 const TreeView::Node& root = *thread_root.second; in Print()