Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Debug/Observers/
H A DActionProfiler.h25 struct ActionProfiler : public ExecutionContext::Observer { struct
26 ActionProfiler(raw_ostream &os) in ActionProfiler() argument
31 ~ActionProfiler() override { os << "]"; } in ~ActionProfiler() argument
40 raw_ostream &os;
41 std::chrono::time_point<std::chrono::steady_clock> startTime;
42 bool printComma = false;
45 std::mutex mutex;