Searched refs:first_col_width (Results 1 – 4 of 4) sorted by relevance
/external/libcxx/utils/google-benchmark/tools/gbench/ |
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,
|
/external/google-benchmark/tools/gbench/ |
D | report.py | 232 def print_utest(bc_name, utest, utest_alpha, first_col_width, use_color=True): argument 264 first_col_width, 403 first_col_width = find_longest_name(json_diff_report) 404 first_col_width = max(first_col_width, len("Benchmark")) 405 first_col_width += len(UTEST_COL_NAME) 407 "Benchmark", 12 + first_col_width 427 first_col_width, 448 first_col_width=first_col_width,
|
/external/cronet/stable/third_party/google_benchmark/src/tools/gbench/ |
D | report.py | 232 def print_utest(bc_name, utest, utest_alpha, first_col_width, use_color=True): argument 264 first_col_width, 403 first_col_width = find_longest_name(json_diff_report) 404 first_col_width = max(first_col_width, len("Benchmark")) 405 first_col_width += len(UTEST_COL_NAME) 407 "Benchmark", 12 + first_col_width 427 first_col_width, 448 first_col_width=first_col_width,
|
/external/cronet/tot/third_party/google_benchmark/src/tools/gbench/ |
D | report.py | 232 def print_utest(bc_name, utest, utest_alpha, first_col_width, use_color=True): argument 264 first_col_width, 403 first_col_width = find_longest_name(json_diff_report) 404 first_col_width = max(first_col_width, len("Benchmark")) 405 first_col_width += len(UTEST_COL_NAME) 407 "Benchmark", 12 + first_col_width 427 first_col_width, 448 first_col_width=first_col_width,
|