(
index: usize,
permutations: &Vec<Permutation>,
calc_time: Option<Duration>,
ignore_factor: c_float,
)
| 91 | } |
| 92 | |
| 93 | pub fn log_permutation_header( |
| 94 | index: usize, |
| 95 | permutations: &Vec<Permutation>, |
| 96 | calc_time: Option<Duration>, |
| 97 | ignore_factor: c_float, |
| 98 | ) { |
| 99 | log_header(index, permutations, calc_time, true, ignore_factor); |
| 100 | } |
| 101 | |
| 102 | pub fn log_benchmark_header( |
| 103 | index: usize, |