MCPcopy Create free account
hub / github.com/Proryanator/encoder-benchmark / log_permutation_header

Function log_permutation_header

engine/src/engine.rs:93–100  ·  view source on GitHub ↗
(
    index: usize,
    permutations: &Vec<Permutation>,
    calc_time: Option<Duration>,
    ignore_factor: c_float,
)

Source from the content-addressed store, hash-verified

91}
92
93pub 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
102pub fn log_benchmark_header(
103 index: usize,

Callers 1

runMethod · 0.85

Calls 1

log_headerFunction · 0.70

Tested by

no test coverage detected