(
index: usize,
permutations: &Vec<Permutation>,
calc_time: Option<Duration>,
)
| 100 | } |
| 101 | |
| 102 | pub fn log_benchmark_header( |
| 103 | index: usize, |
| 104 | permutations: &Vec<Permutation>, |
| 105 | calc_time: Option<Duration>, |
| 106 | ) { |
| 107 | log_header(index, permutations, calc_time, false, 1 as c_float); |
| 108 | } |
| 109 | |
| 110 | fn log_header( |
| 111 | index: usize, |