Skip to content

Commit

Permalink
remove factspecific
Browse files Browse the repository at this point in the history
  • Loading branch information
kadirayk committed Sep 7, 2022
1 parent 9618406 commit 0a2e457
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ public void printPropagationCount() {
counters.add(PropagationCounter.getInstance(SparseCFGCache.SparsificationStrategy.NONE));
counters.add(PropagationCounter.getInstance(SparseCFGCache.SparsificationStrategy.TYPE_BASED));
counters.add(PropagationCounter.getInstance(SparseCFGCache.SparsificationStrategy.ALIAS_AWARE));
counters.add(
PropagationCounter.getInstance(SparseCFGCache.SparsificationStrategy.FACT_SPECIFIC));
try (FileWriter writer = new FileWriter(evalName + "-" + "propCount.csv")) {
StringBuilder str = new StringBuilder();
for (PropagationCounter counter : counters) {
Expand Down

0 comments on commit 0a2e457

Please sign in to comment.