Searched refs:total_compressor_time (Results 1 – 1 of 1) sorted by relevance
124 uint64_t total_compressor_time = 0; in run_compress_benchmark() local129 while (total_compressor_time < args->ta_duration_seconds * NSEC_PER_SEC) { in run_compress_benchmark()152 total_compressor_time += sysctl_data.benchmark_time; in run_compress_benchmark()163 compressor_throughput = (double) total_bytes_compressed / total_compressor_time * NSEC_PER_SEC; in run_compress_benchmark()