Lines Matching refs:printf
43 printf("Iter %3d (%7.3lfus): ", in false_hits_report_progress()
46 printf("%ld false hits of %ld total operations. Percentage = %2.2f %%\n", in false_hits_report_progress()
62 printf("Summary: %ld false hits of %ld total operations. ", in false_hits_report_final()
64 printf("Percentage = %2.2f %%\n", in false_hits_report_final()
77 printf("Iter %3d (%7.3lfus): ", in hits_drops_report_progress()
80 printf("hits %8.3lfM/s (%7.3lfM/prod), drops %8.3lfM/s, total operations %8.3lfM/s\n", in hits_drops_report_progress()
151 printf("Summary: hits %8.3lf \u00B1 %5.3lfM/s (%7.3lfM/prod), ", in hits_drops_report_final()
153 printf("drops %8.3lf \u00B1 %5.3lfM/s, ", in hits_drops_report_final()
155 printf("total operations %8.3lf \u00B1 %5.3lfM/s\n", in hits_drops_report_final()
166 printf("Iter %3d (%7.3lfus): ", iter, (delta_ns - 1000000000) / 1000.0); in ops_report_progress()
168 printf("hits %8.3lfM/s (%7.3lfM/prod)\n", hits_per_sec, hits_per_prod); in ops_report_progress()
187 printf("Summary: throughput %8.3lf \u00B1 %5.3lf M ops/s (%7.3lfM ops/prod), ", in ops_report_final()
189 printf("latency %8.3lf ns/op\n", 1000.0 / hits_mean * env.producer_cnt); in ops_report_final()
201 printf("Iter %3d (%7.3lfus): ", iter, (delta_ns - 1000000000) / 1000.0); in local_storage_report_progress()
203 printf("hits %8.3lfM/s ", hits_per_sec); in local_storage_report_progress()
204 printf("important_hits %8.3lfM/s\n", important_hits_per_sec); in local_storage_report_progress()
232 printf("Summary: hits throughput %8.3lf \u00B1 %5.3lf M ops/s, ", in local_storage_report_final()
234 printf("hits latency %8.3lf ns/op, ", 1000.0 / hits_mean); in local_storage_report_final()
235 printf("important_hits throughput %8.3lf \u00B1 %5.3lf M ops/s\n", in local_storage_report_final()
596 printf("Setting up benchmark '%s'...\n", bench->name); in setup_benchmark()
643 printf("Benchmark '%s' started.\n", bench->name); in setup_benchmark()
673 printf("Available benchmarks:\n"); in main()
675 printf("- %s\n", benchs[i]->name); in main()