Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Support/
H A DTiming.cpp141 static void printTimeEntry(raw_ostream &os, unsigned indent, StringRef name, in printTimeEntry() function
345 printTimeEntry(os, 0, timeData.first, timeData.second, total); in printAsList()
352 printTimeEntry(os, indent, name, getTimeRecord(), total); in printAsTree()
381 printTimeEntry(os, 0, "Rest", rest, total); in print()
382 printTimeEntry(os, 0, "Total", total, total); in print()