We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f8779 commit 511bb28Copy full SHA for 511bb28
1 file changed
tools/bisect/bisect_hang.py
@@ -82,5 +82,7 @@ def run(cppcheck_path, options, elapsed_time=None):
82
sys.exit(EC_BAD if not invert else EC_GOOD) # timeout occurred
83
84
print('run_time: {}'.format(run_time))
85
+run_time_factor = run_time / elapsed_time
86
+print('run_time_factor: {}'.format(run_time_factor))
87
88
sys.exit(EC_GOOD if not invert else EC_BAD) # no timeout
0 commit comments