• Home
  • Raw
  • Download

Lines Matching refs:printf

76                         printf("The option --%s requires an argument.\n", name);  in processBandwidthOptions()
135 printf("Unknown type name %s\n", name); in createBandwidthBenchmarkObject()
140 printf("Failed to allocate buffers for benchmark.\n"); in createBandwidthBenchmarkObject()
222 printf("The size values must be a multiple of 64.\n"); in processThreadArgs()
226 printf("Must specify the type value.\n"); in processThreadArgs()
240 printf("Calculating optimum run time...\n"); in processThreadArgs()
268 printf("Failed to launch thread %d\n", i); in runThreadedTest()
286 printf("Thread %d failed to join.\n", i); in runThreadedTest()
289 printf("Thread %d: bandwidth using %s %0.2f MB/s\n", i, in runThreadedTest()
304 printf("Failed to get available cpu list.\n"); in per_core_bandwidth()
322 printf("Running on %d cores\n", cpu_list.size()); in per_core_bandwidth()
323 printf(" run_time = %ds\n", values["run_time"].int_value); in per_core_bandwidth()
324 printf(" size = %d\n", values["size"].int_value); in per_core_bandwidth()
325 printf(" num_warm_loops = %d\n", values["num_warm_loops"].int_value); in per_core_bandwidth()
326 printf(" num_loops = %d\n", values["num_loops"].int_value); in per_core_bandwidth()
327 printf("\n"); in per_core_bandwidth()
342 printf("Must specify the num_threads value.\n"); in multithread_bandwidth()
359 printf("Running %d threads\n", num_threads); in multithread_bandwidth()
360 printf(" run_time = %ds\n", values["run_time"].int_value); in multithread_bandwidth()
361 printf(" size = %d\n", values["size"].int_value); in multithread_bandwidth()
362 printf(" num_warm_loops = %d\n", values["num_warm_loops"].int_value); in multithread_bandwidth()
363 printf(" num_loops = %d\n", values["num_loops"].int_value); in multithread_bandwidth()
364 printf("\n"); in multithread_bandwidth()
385 printf("The size value must be a multiple of 64.\n"); in run_bandwidth_benchmark()
403 printf("Failed creating buffer for bandwidth test.\n"); in run_bandwidth_benchmark()
414 printf("Benchmarking %s bandwidth\n", name); in run_bandwidth_benchmark()
415 printf(" size = %d\n", (*it)->size()); in run_bandwidth_benchmark()
416 printf(" num_warm_loops = %d\n", (*it)->num_warm_loops()); in run_bandwidth_benchmark()
417 printf(" num_loops = %d\n\n", (*it)->num_loops()); in run_bandwidth_benchmark()
420 printf(" %s bandwidth with %s: %0.2f MB/s\n", name, (*it)->getName(), in run_bandwidth_benchmark()