Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Support/
H A DTiming.cpp133 void printTime(const TimeRecord &time, const TimeRecord &total) override { in printTime() function in __anon371b0fb00111::OutputTextStrategy
144 printTime(time, total); in printListEntry()
150 printTime(time, total); in printTreeEntry()
168 void printTime(const TimeRecord &time, const TimeRecord &total) override { in printTime() function in __anon371b0fb00111::OutputJsonStrategy
186 printTime(time, total); in printListEntry()
197 printTime(time, total); in printTreeEntry()
/llvm-project/mlir/include/mlir/Support/
H A DTiming.h358 virtual void printTime(const TimeRecord &time, const TimeRecord &total) = 0;