Home
last modified time | relevance | path

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

/xnu-8792.41.9/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-8792.41.9/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-8792.41.9/bsd/net/ !
H A Dnecp_client.c4746 struct necp_client_result_estimated_throughput throughput = { in necp_update_client_result() local
4786 throughput.up = direct_interface->if_estimated_up_bucket; in necp_update_client_result()
4787 throughput.down = direct_interface->if_estimated_down_bucket; in necp_update_client_result()
4820 if (throughput.up == 0 && throughput.down == 0) { in necp_update_client_result()
4821 throughput.up = delegate_interface->if_estimated_up_bucket; in necp_update_client_result()
4822 throughput.down = delegate_interface->if_estimated_down_bucket; in necp_update_client_result()
4856 if (throughput.up != 0 || throughput.down != 0) { in necp_update_client_result()
4858 sizeof(throughput), &throughput, &updated, client->result, sizeof(client->result)); in necp_update_client_result()
/xnu-8792.41.9/doc/ !
H A Dsched_clutch_edge.md177 …* Efficiency cores offer meaningful performance uplift for benchmarks as well as throughput-orient…