Searched refs:total_time (Results 1 – 6 of 6) sorted by relevance
| /dflybsd-src/contrib/binutils-2.34/gprof/ |
| H A D | hist.c | 57 static double total_time; /* Total time for all routines. */ variable 389 total_time += count_time; in hist_assign_samples_1() 436 total_time -= credit; in hist_assign_samples_1() 443 total_time)); in hist_assign_samples_1() 472 if (total_time > 0.0) in print_header() 475 100.0 / total_time, total_time / hz, hist_dimension); in print_header() 483 if (total_time <= 0.0) in print_header() 488 total_time = 1.0; in print_header() 510 total_time > 0.0 ? 100 * sym->hist.time / total_time : 0.0, in print_line() 514 total_time > 0.0 ? 100 * sym->hist.time / total_time : 0.0, in print_line()
|
| /dflybsd-src/contrib/binutils-2.27/gprof/ |
| H A D | hist.c | 57 static double total_time; /* Total time for all routines. */ variable 389 total_time += count_time; in hist_assign_samples_1() 436 total_time -= credit; in hist_assign_samples_1() 443 total_time)); in hist_assign_samples_1() 472 if (total_time > 0.0) in print_header() 475 100.0 / total_time, total_time / hz, hist_dimension); in print_header() 483 if (total_time <= 0.0) in print_header() 488 total_time = 1.0; in print_header() 510 total_time > 0.0 ? 100 * sym->hist.time / total_time : 0.0, in print_line() 514 total_time > 0.0 ? 100 * sym->hist.time / total_time : 0.0, in print_line()
|
| /dflybsd-src/test/stress/webstress/ |
| H A D | webstress.c | 302 double total_time; in run_test() local 304 total_time = 0.0; in run_test() 372 total_time += (double)us / 1000000.0; in run_test() 376 total_time / (double)report_interval * 1000.0, in run_test() 377 total_time / (double)report_interval * 1000.0 / in run_test() 379 total_time = 0.0; in run_test()
|
| /dflybsd-src/usr.bin/systat/ |
| H A D | vmstat.c | 454 double total_time; in showkre() local 463 total_time = etime; in showkre() 464 if (total_time == 0.0) in showkre() 465 total_time = 1.0; in showkre() 524 f1 = 100.0 * val / total_time; in showkre()
|
| /dflybsd-src/crypto/openssh/ |
| H A D | clientloop.c | 1448 double start_time, total_time; in client_loop() local 1672 total_time = monotime_double() - start_time; in client_loop() 1675 (unsigned long long)obytes, (unsigned long long)ibytes, total_time); in client_loop() 1676 if (total_time > 0) in client_loop() 1678 obytes / total_time, ibytes / total_time); in client_loop()
|
| /dflybsd-src/sys/dev/raid/mrsas/ |
| H A D | mrsas.c | 2868 unsigned long total_time = 0; in mrsas_issue_blocked_cmd() local 2892 total_time++; in mrsas_issue_blocked_cmd() 2893 if (total_time >= max_wait) { in mrsas_issue_blocked_cmd() 3471 unsigned long total_time = 0; in mrsas_issue_blocked_abort_cmd() local 3506 total_time++; in mrsas_issue_blocked_abort_cmd() 3507 if (total_time >= max_wait) { in mrsas_issue_blocked_abort_cmd()
|