Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/vm/
H A Dperf_compressor.c128 double compressor_throughput = 0, decompressor_throughput = 0, compression_ratio = 0; in run_compress_benchmark() local
167decompressor_throughput = (double) total_bytes_compressed / total_decompressor_time * NSEC_PER_SEC; in run_compress_benchmark()
182 printf(", %.0f", decompressor_throughput); in run_compress_benchmark()