Searched refs:total_time (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/libevent/test/
H A Dbench_httpclient.c57 struct timeval total_time = {0,0}; variable in typeref:struct:timeval
93 evutil_timeradd(&diff, &total_time, &total_time);
207 usec = total_time.tv_sec * (long long)1000000 + total_time.tv_usec;
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dbench_httpclient.c57 struct timeval total_time = {0,0}; variable in typeref:struct:timeval
93 evutil_timeradd(&diff, &total_time, &total_time);
205 usec = total_time.tv_sec * (long long)1000000 + total_time.tv_usec;
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibping.c144 static uint64_t start, total_time, replied, lost, ntrans; variable
149 total_time = cl_get_time_stamp() - start;
157 (lost != 0) ? lost * 100 / ntrans : 0, total_time / 1000);
/freebsd-13-stable/crypto/openssh/
H A Dclientloop.c1240 double start_time, total_time; local
1470 total_time = monotime_double() - start_time;
1473 (unsigned long long)obytes, (unsigned long long)ibytes, total_time);
1474 if (total_time > 0)
1476 obytes / total_time, ibytes / total_time);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2391 const auto total_time = end_time - start_time;
2394 ((float)num_packets) / duration<float>(total_time).count();
2395 auto average_per_packet = total_time / num_packets;
2403 total_time, standard_deviation);
2409 send_size, recv_size, duration<float>(total_time),
2445 const auto total_time = end_time - start_time;
2447 duration<float>(total_time).count() /
2450 ((float)packet_count) / duration<float>(total_time).count();
2451 const auto average_per_packet = total_time / packet_count;
2457 total_time);
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1754 uint64_t total_time)
1851 if (g_Pflag && total_time != 0)
1852 percent = (lsp->ls_time * 100.00) / total_time;
1753 report_stats(FILE *out, lsrec_t **sort_buf, size_t nrecs, uint64_t total_count, uint64_t total_time) argument
/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas.c3983 unsigned long total_time = 0; local
4004 total_time++;
4005 if (total_time >= max_wait) {
4857 unsigned long total_time = 0; local
4889 total_time++;
4890 if (total_time >= max_wait) {

Completed in 151 milliseconds