Searched refs:total_time (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | bench_httpclient.c | 57 struct timeval total_time = {0,0}; variable 93 evutil_timeradd(&diff, &total_time, &total_time); in errorcb() 207 usec = total_time.tv_sec * (long long)1000000 + total_time.tv_usec; in main()
|
/freebsd/contrib/libevent/test/ |
H A D | bench_httpclient.c | 57 struct timeval total_time = {0,0}; variable 93 evutil_timeradd(&diff, &total_time, &total_time); in errorcb() 207 usec = total_time.tv_sec * (long long)1000000 + total_time.tv_usec; in main()
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibping.c | 144 static uint64_t start, total_time, replied, lost, ntrans; variable 149 total_time = cl_get_time_stamp() - start; in report() 157 (lost != 0) ? lost * 100 / ntrans : 0, total_time / 1000); in report()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.cpp | 2505 const auto total_time = end_time - start_time; in TestPacketSpeed() local 2508 ((float)num_packets) / duration<float>(total_time).count(); in TestPacketSpeed() 2509 auto average_per_packet = num_packets > 0 ? total_time / num_packets in TestPacketSpeed() 2518 total_time, standard_deviation); in TestPacketSpeed() 2524 send_size, recv_size, duration<float>(total_time), in TestPacketSpeed() 2560 const auto total_time = end_time - start_time; in TestPacketSpeed() local 2562 duration<float>(total_time).count() / in TestPacketSpeed() 2565 ((float)packet_count) / duration<float>(total_time).count(); in TestPacketSpeed() 2567 ? total_time / packet_count in TestPacketSpeed() 2574 total_time); in TestPacketSpeed() [all …]
|
/freebsd/crypto/openssh/ |
H A D | clientloop.c | 1449 double start_time, total_time; in client_loop() 1690 total_time = monotime_double() - start_time; in client_loop() 1693 (unsigned long long)obytes, (unsigned long long)ibytes, total_time); in client_loop() 1694 if (total_time > 0) in client_loop() 1696 obytes / total_time, ibytes / total_time); in client_loop() 1448 double start_time, total_time; client_loop() local
|
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/ |
H A D | lockstat.c | 1754 uint64_t total_time) in report_stats() argument 1851 if (g_Pflag && total_time != 0) in report_stats() 1852 percent = (lsp->ls_time * 100.00) / total_time; in report_stats()
|
/freebsd/sys/dev/mrsas/ |
H A D | mrsas.c | 3964 unsigned long total_time = 0; in mrsas_issue_blocked_cmd() local 3985 total_time++; in mrsas_issue_blocked_cmd() 3986 if (total_time >= max_wait) { in mrsas_issue_blocked_cmd() 4838 unsigned long total_time = 0; in mrsas_issue_blocked_abort_cmd() local 4870 total_time++; in mrsas_issue_blocked_abort_cmd() 4871 if (total_time >= max_wait) { in mrsas_issue_blocked_abort_cmd()
|