Details
Details
- Reviewers
dcoughlin NoQ xazax.hun - Commits
- rG2a639858be90: [analyzer] Introduce statistics for the total number of visited basic blocks
rC324785: [analyzer] Introduce statistics for the total number of visited basic blocks
rL324785: [analyzer] Introduce statistics for the total number of visited basic blocks
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I like the idea of having more statistics. Moreover, due to the fact that we output the percent of reachable basic blocks as an integer, it was really hard to get precise coverage data. This addition will help in this regard.