Searched refs:throughput (Results 1 – 3 of 3) sorted by relevance
9 throughput in messages/sec: 82978.712 and will report the latency and throughput that the server achieved. The user
4796 struct necp_client_result_estimated_throughput throughput = { in necp_update_client_result() local4836 throughput.up = direct_interface->if_estimated_up_bucket; in necp_update_client_result()4837 throughput.down = direct_interface->if_estimated_down_bucket; in necp_update_client_result()4870 if (throughput.up == 0 && throughput.down == 0) { in necp_update_client_result()4871 throughput.up = delegate_interface->if_estimated_up_bucket; in necp_update_client_result()4872 throughput.down = delegate_interface->if_estimated_down_bucket; in necp_update_client_result()4906 if (throughput.up != 0 || throughput.down != 0) { in necp_update_client_result()4908 sizeof(throughput), &throughput, &updated, client->result, sizeof(client->result)); in necp_update_client_result()
176 …* Efficiency cores offer meaningful performance uplift for benchmarks as well as throughput-orient…