[clang] [analyzer] Add -ftime-trace scopes for region-store bindings and removeDead (PR #125884)
Balazs Benics via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 5 09:10:41 PST 2025
================
@@ -1031,6 +1032,7 @@ void ExprEngine::removeDead(ExplodedNode *Pred, ExplodedNodeSet &Out,
const LocationContext *LC,
const Stmt *DiagnosticStmt,
ProgramPoint::Kind K) {
+ llvm::TimeTraceScope TimeScope("ExprEngine::removeDead");
----------------
steakhal wrote:
Have you considered using the `LLVM_PRETTY_FUNCTION` macro instead of specifying the name of the function by hand?
https://github.com/llvm/llvm-project/pull/125884
More information about the cfe-commits
mailing list