Lines Matching refs:stderr
146 fprintf(stderr, "Failed to compress buffer: %s\n", strerror(errno)); in run_compress_benchmark()
150 …fprintf(stderr, "WARNING: Failed to compress the whole buffer. Only compressed %llu bytes out of %… in run_compress_benchmark()
261 fprintf(stderr, "Unknown argument %s\n", argv[current_argument]); in parse_arguments()
311 …fprintf(stderr, "Expected 4 positional arguments. %d were supplied.\n", current_positional_argumen… in parse_arguments()
322 …fprintf(stderr, "%s: [-v] <test-variant> allocation-type duration_seconds buffer_size_mb\n", argv[… in print_help()
323 fprintf(stderr, "\ntest variants:\n"); in print_help()
324 fprintf(stderr, " %s Measure compressor throughput.\n", kCompressArgument); in print_help()
325 …fprintf(stderr, " %s Measure compressor and decompressor throughput.\n", kCompressAndDecompressArg… in print_help()
326 fprintf(stderr, "\n allocation types:\n"); in print_help()
327 fprintf(stderr, " %s All zeros.\n", kAllocZeroes); in print_help()
328 fprintf(stderr, " %s Random bytes.\n", kAllocRandom); in print_help()
329 fprintf(stderr, " %s Typical compression ratio (~2.5:1).\n", kAllocTypical); in print_help()