Lines Matching refs:printf

42 	printf("Iter %3d (%7.3lfus): ",  in false_hits_report_progress()
45 printf("%ld false hits of %ld total operations. Percentage = %2.2f %%\n", in false_hits_report_progress()
61 printf("Summary: %ld false hits of %ld total operations. ", in false_hits_report_final()
63 printf("Percentage = %2.2f %%\n", in false_hits_report_final()
76 printf("Iter %3d (%7.3lfus): ", in hits_drops_report_progress()
79 printf("hits %8.3lfM/s (%7.3lfM/prod), drops %8.3lfM/s, total operations %8.3lfM/s\n", in hits_drops_report_progress()
150 printf("Summary: hits %8.3lf \u00B1 %5.3lfM/s (%7.3lfM/prod), ", in hits_drops_report_final()
152 printf("drops %8.3lf \u00B1 %5.3lfM/s, ", in hits_drops_report_final()
154 printf("total operations %8.3lf \u00B1 %5.3lfM/s\n", in hits_drops_report_final()
165 printf("Iter %3d (%7.3lfus): ", iter, (delta_ns - 1000000000) / 1000.0); in ops_report_progress()
167 printf("hits %8.3lfM/s (%7.3lfM/prod)\n", hits_per_sec, hits_per_prod); in ops_report_progress()
186 printf("Summary: throughput %8.3lf \u00B1 %5.3lf M ops/s (%7.3lfM ops/prod), ", in ops_report_final()
188 printf("latency %8.3lf ns/op\n", 1000.0 / hits_mean * env.producer_cnt); in ops_report_final()
200 printf("Iter %3d (%7.3lfus): ", iter, (delta_ns - 1000000000) / 1000.0); in local_storage_report_progress()
202 printf("hits %8.3lfM/s ", hits_per_sec); in local_storage_report_progress()
203 printf("important_hits %8.3lfM/s\n", important_hits_per_sec); in local_storage_report_progress()
231 printf("Summary: hits throughput %8.3lf \u00B1 %5.3lf M ops/s, ", in local_storage_report_final()
233 printf("hits latency %8.3lf ns/op, ", 1000.0 / hits_mean); in local_storage_report_final()
234 printf("important_hits throughput %8.3lf \u00B1 %5.3lf M ops/s\n", in local_storage_report_final()
595 printf("Setting up benchmark '%s'...\n", bench->name); in setup_benchmark()
642 printf("Benchmark '%s' started.\n", bench->name); in setup_benchmark()
672 printf("Available benchmarks:\n"); in main()
674 printf("- %s\n", benchs[i]->name); in main()