[clang-tools-extra] [clang-doc] add ftime profiling (PR #97644)

Paul Kirth via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 9 18:07:07 PDT 2024


================
@@ -30,6 +35,7 @@ template <typename T> bool MapASTVisitor::mapDecl(const T *D) {
   if (D->getParentFunctionOrMethod())
     return true;
 
+  llvm::timeTraceProfilerBegin("emit info phase", "emit info");
----------------
ilovepi wrote:

nit: try to be consistent w/ the logging style and capitalization of your messages. It seems to be all over the place.

More concretely, though, what does `emit info` mean/imply here?

https://github.com/llvm/llvm-project/pull/97644


More information about the cfe-commits mailing list