Searched refs:cpu_util (Results 1 – 6 of 6) sorted by relevance
/external/iperf3/src/ |
D | iperf_client_api.c | 297 cpu_util(test->cpu_util); in iperf_handle_message_client() 484 cpu_util(NULL); in iperf_run_client() 557 cpu_util(test->cpu_util); in iperf_run_client()
|
D | iperf_server_api.c | 179 cpu_util(test->cpu_util); in iperf_handle_message_server() 204 cpu_util(test->cpu_util); in iperf_handle_message_server() 441 cpu_util(NULL); in iperf_run_server()
|
D | iperf_util.h | 49 void cpu_util(double pcpu[3]);
|
D | iperf_api.c | 2037 cJSON_AddNumberToObject(j, "cpu_util_total", test->cpu_util[0]); in send_results() 2038 cJSON_AddNumberToObject(j, "cpu_util_user", test->cpu_util[1]); in send_results() 2039 cJSON_AddNumberToObject(j, "cpu_util_system", test->cpu_util[2]); in send_results() 3586 …ser: %f remote_system: %f", (double) test->cpu_util[0], (double) test->cpu_util[1], (double) test… in iperf_print_results() 3609 …_must_be_sender?report_sender:report_receiver, test->cpu_util[0], test->cpu_util[1], test->cpu_uti… in iperf_print_results() 3610 …_must_be_sender?report_sender:report_receiver, test->cpu_util[0], test->cpu_util[1], test->cpu_uti… in iperf_print_results() 3612 …_must_be_sender?report_sender:report_receiver, test->cpu_util[0], test->cpu_util[1], test->cpu_uti… in iperf_print_results() 4098 cpu_util(test->cpu_util); in iperf_got_sigend()
|
D | iperf.h | 327 …double cpu_util[3]; /* cpu utilization of the test - total, user, syste… member
|
D | iperf_util.c | 190 cpu_util(double pcpu[3]) in cpu_util() function
|