Skip to content

Commit

Permalink
change analysis statistics total message
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyorgy Orban committed Apr 6, 2018
1 parent 5c8958f commit c15dd7a
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion libcodechecker/analyze/analysis_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def worker_result_handler(results, metadata, output_path):
failed_analysis[analyzer_type] += 1

LOG.info("----==== Summary ====----")
LOG.info("Total compilation commands: " + str(len(results)))
LOG.info("Total analyzed compilation commands: " + str(len(results)))
if successful_analysis:
LOG.info("Successfully analyzed")
for analyzer_type, res in successful_analysis.items():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make multi_error" --output $OUTPUT$ --quiet --a
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed multi_error.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make multi_error" --output $OUTPUT$ --quiet --a
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed multi_error.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make multi_error" --output $OUTPUT$ --quiet --a
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed multi_error.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make multi_error" --output $OUTPUT$ --quiet --a
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed multi_error.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CHECK#CodeChecker check --build "make multi_error" --output $OUTPUT$ --quiet --a
[] - Build finished successfully.
[] - Starting static analysis ...
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Skipped compilation commands: 1
[] - ----=================----
[] - Analysis finished.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make multi_error_suppress" --output $OUTPUT$ --
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed multi_error_suppress.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make nofail" --output $OUTPUT$ --quiet --analyz
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed nofail.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make nofail" --output $OUTPUT$ --quiet --analyz
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed nofail.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make saargs_forward" --output $OUTPUT$ --quiet
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed saargs_forward.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make saargs_forward" --output $OUTPUT$ --quiet
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed saargs_forward.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make simple1" --output $OUTPUT$ --quiet --analy
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed simple1.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make simple1" --output $OUTPUT$ --quiet --analy
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed simple1.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make simple2" --output $OUTPUT$ --quiet --analy
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed simple2.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make simple2" --output $OUTPUT$ --quiet --analy
[] - Starting static analysis ...
[] - [1/1] clangsa analyzed simple2.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clangsa: 1
[] - ----=================----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHECK#CodeChecker check --build "make tidy_check" --output $OUTPUT$ --quiet --an
[] - Starting static analysis ...
[] - [1/1] clang-tidy analyzed tidy_check.cpp successfully.
[] - ----==== Summary ====----
[] - Total compilation commands: 1
[] - Total analyzed compilation commands: 1
[] - Successfully analyzed
[] - clang-tidy: 1
[] - ----=================----
Expand Down

0 comments on commit c15dd7a

Please sign in to comment.