[clang] [analyzer] Introduce per-entry-point statistics (PR #131175)

DonĂ¡t Nagy via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 14 03:55:48 PDT 2025


================
@@ -0,0 +1,27 @@
+===================
+Analysis Statistics
+===================
+
+CSA enjoys two facilities to collect statistics: per translation unit and per entry point.
+We use llvm/ADT/Statistic.h for numbers describing the entire translation unit (TU).
+We use clang/StatisCnalyzer/Core/PathSensitive/EntryPointStats.h to collect data for each symbolic-execution entry point.
----------------
NagyDonat wrote:

```suggestion
We use clang/StaticAnalyzer/Core/PathSensitive/EntryPointStats.h to collect data for each symbolic-execution entry point.
```

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


More information about the cfe-commits mailing list