Home
last modified time | relevance | path

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

/xnu-12377.41.6/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-12377.41.6/bsd/net/
H A Dnecp_client.c5112 struct necp_client_result_estimated_throughput throughput = { in necp_update_client_result() local
5158 throughput.up = direct_interface->if_estimated_up_bucket; in necp_update_client_result()
5159 throughput.down = direct_interface->if_estimated_down_bucket; in necp_update_client_result()
5197 if (throughput.up == 0 && throughput.down == 0) { in necp_update_client_result()
5198 throughput.up = delegate_interface->if_estimated_up_bucket; in necp_update_client_result()
5199 throughput.down = delegate_interface->if_estimated_down_bucket; in necp_update_client_result()
5238 if (throughput.up != 0 || throughput.down != 0) { in necp_update_client_result()
5240 sizeof(throughput), &throughput, &updated, client->result, sizeof(client->result)); in necp_update_client_result()
/xnu-12377.41.6/doc/scheduler/
H A Dsched_clutch_edge.md176 …* Efficiency cores offer meaningful performance uplift for benchmarks as well as throughput-orient…