Searched defs:ActionProfiler (Results 1 – 1 of 1) sorted by relevance
25 struct ActionProfiler : public ExecutionContext::Observer { struct26 ActionProfiler(raw_ostream &os) in ActionProfiler() argument31 ~ActionProfiler() override { os << "]"; } in ~ActionProfiler() argument40 raw_ostream &os;41 std::chrono::time_point<std::chrono::steady_clock> startTime;42 bool printComma = false;45 std::mutex mutex;