Home
last modified time | relevance | path

Searched refs:total_time (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dhist.c57 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()
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dhist.c57 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()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dbench_httpclient.c58 struct timeval total_time = {0,0}; variable
94 evutil_timeradd(&diff, &total_time, &total_time); in errorcb()
208 usec = total_time.tv_sec * (long long)1000000 + total_time.tv_usec; in main()
/netbsd-src/usr.bin/systat/
H A Diostat.c309 double total_time; in stat1() local
311 total_time = 0; in stat1()
313 total_time += cur.cp_time[i]; in stat1()
314 if (total_time == 0.0) in stat1()
315 total_time = 1.0; in stat1()
318 histogram(100.0 * cur.cp_time[o] / total_time, 50, CPUSCALE); in stat1()
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/
H A DSumTimerInfo.py19 total_time = 0.0 variable
66 total_time = total_time + float(s[6]) variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Ddisplay.py57 total_time = self.time_elapsed + total_time_remaining
59 if total_time > 0:
60 return self.time_elapsed / total_time
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dserverloop.c341 double start_time, total_time; in server_loop2() local
395 total_time = get_current_time() - start_time; in server_loop2()
398 stdin_bytes, fdout_bytes, total_time, stdin_bytes / total_time, in server_loop2()
399 fdout_bytes / total_time); in server_loop2()
H A Dclientloop.c1450 double start_time, total_time; in client_loop() local
1676 total_time = monotime_double() - start_time; in client_loop()
1679 (unsigned long long)obytes, (unsigned long long)ibytes, total_time); in client_loop()
1680 if (total_time > 0) in client_loop()
1682 obytes / total_time, ibytes / total_time); in client_loop()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dcurl.d1664 total_time = 3_145_731, ///
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dcurl.d1657 total_time = 3_145_731, ///
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DPrint.cc1976 timestruc_t total_time = {0, 0}; in overview_item() local
2004 tsadd (&total_time, &ovw_item->values[index].t); in overview_item()
2006 total_value = tstodouble (total_time); in overview_item()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DPrint.cc1976 timestruc_t total_time = {0, 0}; in overview_item() local
2004 tsadd (&total_time, &ovw_item->values[index].t); in overview_item()
2006 total_value = tstodouble (total_time); in overview_item()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Dcurl.d3333 code = http.getTiming(CurlInfo.total_time, val);
3720 code = client.getTiming(CurlInfo.total_time, val);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Dcurl.d3308 code = http.getTiming(CurlInfo.total_time, val);
3701 code = client.getTiming(CurlInfo.total_time, val);