================ @@ -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/StaticAnalyzer/Core/PathSensitive/EntryPointStats.h to collect data for each symbolic-execution entry point. ---------------- necto wrote:
Added hyperlinks as @NagyDonat suggested: 788465ab8371 origin/az/CPP-6160-ep-stats Hyperlink the documentation https://github.com/llvm/llvm-project/pull/131175 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits