Searched refs:throughput (Results 1 – 4 of 4) sorted by relevance
43 static void output_throughput(double throughput);56 double throughput = 0.0; in main() local58 throughput = madvise_free_test(&args); in main()63 output_throughput(throughput); in main()75 double throughput = 0; in madvise_free_test() local98 throughput = (count * args->ta_size) / ((double)time_elapsed_us / kNumMicrosecondsInSecond); in madvise_free_test()99 return throughput; in madvise_free_test()195 output_throughput(double throughput) in output_throughput() argument199 printf("%f\n", throughput); in output_throughput()
9 throughput in messages/sec: 82978.712 and will report the latency and throughput that the server achieved. The user
4746 struct necp_client_result_estimated_throughput throughput = { in necp_update_client_result() local4786 throughput.up = direct_interface->if_estimated_up_bucket; in necp_update_client_result()4787 throughput.down = direct_interface->if_estimated_down_bucket; in necp_update_client_result()4820 if (throughput.up == 0 && throughput.down == 0) { in necp_update_client_result()4821 throughput.up = delegate_interface->if_estimated_up_bucket; in necp_update_client_result()4822 throughput.down = delegate_interface->if_estimated_down_bucket; in necp_update_client_result()4856 if (throughput.up != 0 || throughput.down != 0) { in necp_update_client_result()4858 sizeof(throughput), &throughput, &updated, client->result, sizeof(client->result)); in necp_update_client_result()
177 …* Efficiency cores offer meaningful performance uplift for benchmarks as well as throughput-orient…