Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Support/
H A DTiming.cpp349 void printAsTree(raw_ostream &os, TimeRecord total, unsigned indent = 0) { in printAsTree() function in __anon672fa56d0211::TimerImpl
356 child.second->printAsTree(os, total, childIndent); in printAsTree()
372 printAsTree(os, total); in print()