HomeSort by: relevance | last modified time | path
    Searched defs:total_time (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/utils/analyzer/
SumTimerInfo.py 19 total_time = 0.0 variable
66 total_time = total_time + float(s[6]) variable
78 print(f"Total time {total_time}")
  /src/usr.bin/systat/
iostat.c 309 double total_time; local
311 total_time = 0;
313 total_time += cur.cp_time[i];
314 if (total_time == 0.0)
315 total_time = 1.0;
318 histogram(100.0 * cur.cp_time[o] / total_time, 50, CPUSCALE);
  /src/external/bsd/libevent/dist/test/
bench_httpclient.c 58 struct timeval total_time = {0,0}; variable in typeref:struct:timeval
94 evutil_timeradd(&diff, &total_time, &total_time);
208 usec = total_time.tv_sec * (long long)1000000 + total_time.tv_usec;
  /src/external/bsd/ntp/dist/sntp/libevent/test/
bench_httpclient.c 59 struct timeval total_time = {0,0}; variable in typeref:struct:timeval
95 evutil_timeradd(&diff, &total_time, &total_time);
209 usec = total_time.tv_sec * (long long)1000000 + total_time.tv_usec;
  /src/external/gpl3/binutils/dist/gprofng/src/
gmon_hist.cc 69 static double total_time; /* Total time for all routines. */ variable
362 total_time += count_time;
401 DBG (SAMPLEDEBUG, printf ("[assign_samples] total_time %f\n",
402 total_time));
Print.cc 1976 timestruc_t total_time = {0, 0}; local
2004 tsadd (&total_time, &ovw_item->values[index].t);
2006 total_value = tstodouble (total_time);
  /src/external/gpl3/binutils/dist/gprof/
hist.c 57 static double total_time; /* Total time for all routines. */ variable
391 total_time += count_time;
438 total_time -= credit;
444 DBG (SAMPLEDEBUG, printf ("[assign_samples] total_time %f\n",
445 total_time));
474 if (total_time > 0.0)
477 100.0 / total_time, total_time / hz, hist_dimension);
485 if (total_time <= 0.0)
490 total_time = 1.0
    [all...]
  /src/external/gpl3/binutils.old/dist/gprof/
hist.c 57 static double total_time; /* Total time for all routines. */ variable
391 total_time += count_time;
438 total_time -= credit;
444 DBG (SAMPLEDEBUG, printf ("[assign_samples] total_time %f\n",
445 total_time));
474 if (total_time > 0.0)
477 100.0 / total_time, total_time / hz, hist_dimension);
485 if (total_time <= 0.0)
490 total_time = 1.0
    [all...]
  /src/crypto/external/bsd/openssh/dist/
serverloop.c 355 double start_time, total_time; local
416 total_time = get_current_time() - start_time;
419 stdin_bytes, fdout_bytes, total_time, stdin_bytes / total_time,
420 fdout_bytes / total_time);
clientloop.c 1459 double start_time, total_time; local
1697 total_time = monotime_double() - start_time;
1700 (unsigned long long)obytes, (unsigned long long)ibytes, total_time);
1701 if (total_time > 0)
1703 obytes / total_time, ibytes / total_time);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Print.cc 1976 timestruc_t total_time = {0, 0}; local
2004 tsadd (&total_time, &ovw_item->values[index].t);
2006 total_value = tstodouble (total_time);

Completed in 56 milliseconds