Home
last modified time | relevance | path

Searched refs:throughput (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/tools/tests/MPMMTest/
H A DREADME9 throughput in messages/sec: 82978.7
12 and will report the latency and throughput that the server achieved. The user
/xnu-10063.141.1/bsd/net/
H A Dnecp_client.c4796 struct necp_client_result_estimated_throughput throughput = { in necp_update_client_result() local
4836 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()
/xnu-10063.141.1/doc/scheduler/
H A Dsched_clutch_edge.md176 …* Efficiency cores offer meaningful performance uplift for benchmarks as well as throughput-orient…