diff --git a/infer/bin/BuckAnalyze b/infer/bin/BuckAnalyze index 65731f996..299e998e2 100755 --- a/infer/bin/BuckAnalyze +++ b/infer/bin/BuckAnalyze @@ -278,6 +278,7 @@ def get_basic_stats(stats): 'analysis_time', 'reporting_time', 'total_time', + 'makefile_generation_time' } bugs_found = 'Errors found:\n\n' for key, value in sorted(stats['int'].items()):