Searched defs:TimeTraceProfiler (Results 1 – 1 of 1) sorted by relevance
61 struct TimeTraceProfiler { struct62 TimeTraceProfiler(unsigned TimeTraceGranularity = 0, StringRef ProcName = "") in TimeTraceProfiler() argument66 void begin(std::string Name, llvm::function_ref<std::string()> Detail) { in begin()71 void end() { in end()106 void Write(raw_pwrite_stream &OS) { in Write()181 SmallVector<Entry, 16> Stack;182 SmallVector<Entry, 128> Entries;183 StringMap<CountAndDurationType> CountAndTotalPerName;184 const TimePointType StartTime;185 const std::string ProcName;[all …]