Muted logging of timings.

This commit is contained in:
Michael Herzberg 2015-06-24 15:00:28 +02:00
parent 50dbbba070
commit b620ae4c1d
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public abstract class FieldBasedCallGraphBuilder {
protected final MethodTargetSelector targetSelector;
protected final boolean supportFullPointerAnalysis;
private static final boolean LOG_TIMINGS = true;
private static final boolean LOG_TIMINGS = false;
public FieldBasedCallGraphBuilder(IClassHierarchy cha, AnalysisOptions options, AnalysisCache cache, boolean supportFullPointerAnalysis) {
this.cha = cha;