Home
last modified time | relevance | path

Searched defs:TimeRecord (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/include/mlir/Support/
H A DTiming.h328 struct TimeRecord { struct
329 TimeRecord(double wall = 0.0, double user = 0.0) : wall(wall), user(user) {} in wall() argument
356 virtual void printHeader(const TimeRecord &total) = 0; argument