Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTimeProfiler.h53 struct TimeTraceScope { struct
57 TimeTraceScope &operator=(const TimeTraceScope &) = delete; argument
59 TimeTraceScope &operator=(TimeTraceScope &&) = delete; argument
61 TimeTraceScope(StringRef Name) { in TimeTraceScope() function
65 TimeTraceScope(StringRef Name, StringRef Detail) { in TimeTraceScope() function
69 TimeTraceScope(StringRef Name, llvm::function_ref<std::string()> Detail) { in TimeTraceScope() argument
73 ~TimeTraceScope() { in ~TimeTraceScope() argument