Searched refs:first_col_width (Results 1 – 2 of 2) sorted by relevance
/third_party/json/benchmarks/thirdparty/benchmark/tools/gbench/ |
D | report.py | 92 first_col_width = find_longest_name(json1['benchmarks']) 98 first_col_width = max(first_col_width, len('Benchmark')) 100 'Benchmark', 12 + first_col_width) 123 BC_HEADER, bn['name'], first_col_width,
|
/third_party/benchmark/tools/gbench/ |
D | report.py | 204 def print_utest(bc_name, utest, utest_alpha, first_col_width, use_color=True): argument 228 first_col_width, 341 first_col_width = find_longest_name(json_diff_report) 342 first_col_width = max( 343 first_col_width, 345 first_col_width += len(UTEST_COL_NAME) 347 'Benchmark', 12 + first_col_width) 360 first_col_width, 378 first_col_width=first_col_width,
|