[][src]Function pconvert_rust::wasm::utils::log_benchmark

pub fn log_benchmark(
    algorithm: String,
    compression: CompressionType,
    filter: FilterType,
    blend_time: f64,
    read_time: f64,
    write_time: f64
)

Logs one line (algorithm, compression, filter, blend time, read time, write time) of the benchmarks table to the browser console (with console.log).