[PATCH] D63325: [Support][Time profiler] Make FE codegen blocks to be inside frontend blocks

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 14 16:12:22 PDT 2019


lebedev.ri added inline comments.


================
Comment at: clang/lib/CodeGen/CodeGenAction.cpp:232
       {
+        llvm::TimeTraceScope TimeScope("Frontend", StringRef(""));
         PrettyStackTraceString CrashInfo("Per-file LLVM IR generation");
----------------
This looks more like `Frontend Codegen` to me?
(With front-end itself being the entirety of clang time up to this point including this step)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63325/new/

https://reviews.llvm.org/D63325





More information about the cfe-commits mailing list