Home
last modified time | relevance | path

Searched refs:total_compress_time (Results 1 – 2 of 2) sorted by relevance

/dports/biology/vt/vt-0.57721/lib/libdeflate/programs/
H A Dbenchmark.c408 u64 total_compress_time = 0; in do_benchmark() local
427 total_compress_time += timer_ticks() - start_time; in do_benchmark()
469 if (total_compress_time == 0) in do_benchmark()
470 total_compress_time = 1; in do_benchmark()
481 timer_ticks_to_ms(total_compress_time), in do_benchmark()
482 timer_MB_per_s(total_uncompressed_size, total_compress_time)); in do_benchmark()
/dports/archivers/libdeflate/libdeflate-1.8/programs/
H A Dbenchmark.c439 u64 total_compress_time = 0; in do_benchmark() local
470 total_compress_time += timer_ticks() - start_time; in do_benchmark()
519 if (total_compress_time == 0) in do_benchmark()
520 total_compress_time = 1; in do_benchmark()
531 timer_ticks_to_ms(total_compress_time), in do_benchmark()
532 timer_MB_per_s(total_uncompressed_size, total_compress_time)); in do_benchmark()