Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/vm/
H A Dperf_madvise.c43 static void output_throughput(double throughput);
56 double throughput = 0.0; in main() local
58 throughput = madvise_free_test(&args); in main()
63 output_throughput(throughput); in main()
75 double throughput = 0; in madvise_free_test() local
98 throughput = (count * args->ta_size) / ((double)time_elapsed_us / kNumMicrosecondsInSecond); in madvise_free_test()
99 return throughput; in madvise_free_test()
195 output_throughput(double throughput) in output_throughput() argument
199 printf("%f\n", throughput); in output_throughput()
/xnu-8019.80.24/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-8019.80.24/bsd/net/
H A Dnecp_client.c4620 struct necp_client_result_estimated_throughput throughput = { in necp_update_client_result() local
4660 throughput.up = direct_interface->if_estimated_up_bucket; in necp_update_client_result()
4661 throughput.down = direct_interface->if_estimated_down_bucket; in necp_update_client_result()
4694 if (throughput.up == 0 && throughput.down == 0) { in necp_update_client_result()
4695 throughput.up = delegate_interface->if_estimated_up_bucket; in necp_update_client_result()
4696 throughput.down = delegate_interface->if_estimated_down_bucket; in necp_update_client_result()
4730 if (throughput.up != 0 || throughput.down != 0) { in necp_update_client_result()
4732 sizeof(throughput), &throughput, &updated, client->result, sizeof(client->result)); in necp_update_client_result()
/xnu-8019.80.24/doc/
H A Dsched_clutch_edge.md177 …* Efficiency cores offer meaningful performance uplift for benchmarks as well as throughput-orient…