Home
last modified time | relevance | path

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

/xnu-11417.140.69/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-11417.140.69/bsd/net/
H A Dnecp_client.c4909 struct necp_client_result_estimated_throughput throughput = { in necp_update_client_result() local
4949 throughput.up = direct_interface->if_estimated_up_bucket; in necp_update_client_result()
4950 throughput.down = direct_interface->if_estimated_down_bucket; in necp_update_client_result()
4983 if (throughput.up == 0 && throughput.down == 0) { in necp_update_client_result()
4984 throughput.up = delegate_interface->if_estimated_up_bucket; in necp_update_client_result()
4985 throughput.down = delegate_interface->if_estimated_down_bucket; in necp_update_client_result()
5019 if (throughput.up != 0 || throughput.down != 0) { in necp_update_client_result()
5021 sizeof(throughput), &throughput, &updated, client->result, sizeof(client->result)); in necp_update_client_result()
/xnu-11417.140.69/doc/scheduler/
H A Dsched_clutch_edge.md176 …* Efficiency cores offer meaningful performance uplift for benchmarks as well as throughput-orient…