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

/freebsd-10.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dibping.c164 static uint64_t start, total_time, replied, lost, ntrans; variable
170 total_time = getcurrenttime() - start;
177 (lost != 0) ? lost * 100 / ntrans : 0, total_time / 1000);
/freebsd-10.0-release/crypto/openssh/
H A Dclientloop.c1484 double start_time, total_time; local
1743 total_time = get_current_time() - start_time;
1747 (unsigned long long)obytes, (unsigned long long)ibytes, total_time);
1748 if (total_time > 0)
1750 obytes / total_time, ibytes / total_time);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1682 uint64_t total_time)
1775 if (g_Pflag && total_time != 0)
1776 percent = (lsp->ls_time * 100.00) / total_time;
1681 report_stats(FILE *out, lsrec_t **sort_buf, size_t nrecs, uint64_t total_count, uint64_t total_time) argument

Completed in 140 milliseconds