Home
last modified time | relevance | path

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

/external/zlib/contrib/bench/
Dzlib_bench.cc233 const int mega_byte = 1024 * 1024; in zlib_file() local
234 const int repeats = (10 * mega_byte + length) / (length + 1); in zlib_file()
280 double deflate_rate_med = length * repeats / mega_byte / ctime[runs / 2]; in zlib_file()
281 double inflate_rate_med = length * repeats / mega_byte / utime[runs / 2]; in zlib_file()
282 double deflate_rate_max = length * repeats / mega_byte / ctime[0]; in zlib_file()
283 double inflate_rate_max = length * repeats / mega_byte / utime[0]; in zlib_file()