We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffe25f commit d24d24cCopy full SHA for d24d24c
codeflash/verification/parse_line_profile_test_output.py
@@ -85,7 +85,7 @@ def show_func(filename, start_lineno, func_name, timings, unit):
85
if 'def' in line_ or nhits!='':
86
table_rows.append((nhits, time, per_hit, percent, line_))
87
pass
88
- out_table+= tabulate(headers=table_cols,tabular_data=table_rows,tablefmt="pipe")
+ out_table+= tabulate(headers=table_cols,tabular_data=table_rows,tablefmt="pipe",colglobalalign=None, preserve_whitespace=True)
89
out_table+='\n'
90
return out_table
91
0 commit comments