Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Support/
H A DTiming.h26 class TimingScope; variable
274 TimingScope() {} in TimingScope() function
275 TimingScope(const Timer &other) : timer(other) { in TimingScope() function
279 TimingScope(Timer &&other) : timer(std::move(other)) { in TimingScope() function
283 TimingScope(TimingScope &&other) : timer(std::move(other.timer)) {} in TimingScope() function