Searched refs:decompressor_throughput (Results 1 – 1 of 1) sorted by relevance
128 double compressor_throughput = 0, decompressor_throughput = 0, compression_ratio = 0; in run_compress_benchmark() local168 …decompressor_throughput = (double) total_bytes_compressed / total_decompressor_time * NSEC_PER_SEC; in run_compress_benchmark()183 printf(", %.0f", decompressor_throughput); in run_compress_benchmark()