Searched refs:total_decompressor_time (Results 1 – 1 of 1) sorted by relevance
127 uint64_t total_decompressor_time = 0; in run_compress_benchmark() local159 total_decompressor_time += decompress_buffer(buf, args->ta_buffer_size); in run_compress_benchmark()167 if (total_decompressor_time != 0) { in run_compress_benchmark()168 …decompressor_throughput = (double) total_bytes_compressed / total_decompressor_time * NSEC_PER_SEC; in run_compress_benchmark()