Searched refs:first_col_width (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/gbench/ |
H A D | report.py | 147 def print_utest(partition, utest_alpha, first_col_width, use_color=True): argument 184 first_col_width, 203 first_col_width = find_longest_name(json1['benchmarks']) 211 first_col_width = max( 212 first_col_width, 214 first_col_width += len(UTEST_COL_NAME) 216 'Benchmark', 12 + first_col_width) 249 first_col_width, 264 first_col_width=first_col_width,
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/tools/gbench/ |
H A 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,
|