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
5123 struct necp_client_result_estimated_throughput throughput = { in necp_update_client_result() local5169 throughput.up = direct_interface->if_estimated_up_bucket; in necp_update_client_result()5170 throughput.down = direct_interface->if_estimated_down_bucket; in necp_update_client_result()5208 if (throughput.up == 0 && throughput.down == 0) { in necp_update_client_result()5209 throughput.up = delegate_interface->if_estimated_up_bucket; in necp_update_client_result()5210 throughput.down = delegate_interface->if_estimated_down_bucket; in necp_update_client_result()5249 if (throughput.up != 0 || throughput.down != 0) { in necp_update_client_result()5251 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…