| /src/external/mit/libuv/dist/test/ |
| benchmark-thread.c | 41 uint64_t start_time; local 46 start_time = uv_hrtime(); 56 duration = (uv_hrtime() - start_time) / 1e9;
|
| benchmark-getaddrinfo.c | 37 static int64_t start_time; variable 72 start_time = uv_now(loop); 87 (double) calls_completed / (double) (end_time - start_time) * 1000.0);
|
| test-timer-again.c | 34 static uint64_t start_time; variable 51 (long int)(uv_now(uv_default_loop()) - start_time)); 74 (long int)(uv_now(uv_default_loop()) - start_time)); 98 start_time = uv_now(uv_default_loop()); 99 ASSERT_LT(0, start_time); 136 (long int)(uv_now(uv_default_loop()) - start_time));
|
| benchmark-ping-udp.c | 49 static int64_t start_time; variable 106 if (uv_now(loop) - start_time > TIME) { 145 start_time = uv_now(loop);
|
| benchmark-spawn.c | 139 static int64_t start_time, end_time; local 148 start_time = uv_now(loop); 159 (double) N / (double) (end_time - start_time) * 1000.0);
|
| benchmark-ping-pongs.c | 53 static int64_t start_time; variable 151 if (uv_now(loop) - start_time > TIME) { 212 start_time = uv_now(loop);
|
| /src/games/atc/ |
| extern.c | 63 time_t start_time; variable
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Sample.h | 54 return start_time; 74 hrtime_t start_time; // sample start time member in class:Sample
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Sample.h | 54 return start_time; 74 hrtime_t start_time; // sample start time member in class:Sample
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-load.c | 62 time_t start_time = 0; /* Start and end times of download */ local 91 start_time = time (NULL); 151 report_transfer_performance (callback, data_count, start_time, end_time); 187 time_t start_time, time_t end_time) 190 if (end_time != start_time) 192 (data_count * 8) / (end_time - start_time));
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-load.c | 62 time_t start_time = 0; /* Start and end times of download */ local 91 start_time = time (NULL); 151 report_transfer_performance (callback, data_count, start_time, end_time); 187 time_t start_time, time_t end_time) 190 if (end_time != start_time) 192 (data_count * 8) / (end_time - start_time));
|
| /src/external/public-domain/xz/dist/src/xz/ |
| mytime.c | 25 // start_time holds the time when the (de)compression was started. 27 // time differences (elapsed time). start_time is initialized by calling 30 // When mytime_sigtstp_handler() is used, start_time is made volatile. 36 static volatile uint64_t start_time; variable 38 static uint64_t start_time; variable 98 // that amount to start_time. This way the progress indicator 114 start_time += mytime_now() - t; 124 // Block the signals when accessing start_time so that we cannot 125 // end up with a garbage value. start_time is volatile but access 130 start_time = mytime_now() [all...] |
| /src/external/bsd/openldap/dist/include/ |
| lutil_meter.h | 55 double start_time; member in struct:__anon7673
|
| /src/external/apache2/argon2/dist/phc-winner-argon2/src/ |
| bench.c | 78 clock_t start_time, stop_time; local 84 start_time = clock(); 96 run_time += ((double)stop_time - start_time) / (CLOCKS_PER_SEC);
|
| run.c | 97 clock_t start_time, stop_time; local 103 start_time = clock(); 161 ((double)stop_time - start_time) / (CLOCKS_PER_SEC));
|
| /src/external/bsd/kyua-cli/dist/engine/drivers/ |
| run_tests.cpp | 135 const datetime::timestamp start_time = datetime::timestamp::now(); local 139 tx.put_result(result, test_case_id, start_time, end_time); 140 hooks.got_result(test_case, result, end_time - start_time);
|
| /src/external/lgpl3/mpfr/dist/tune/ |
| speed.c | 212 time_t start_time, end_time; local 229 time (&start_time); 230 tp = localtime (&start_time); 262 printf ("Complete (took %ld seconds).\n", end_time - start_time);
|
| /src/external/mpl/bind/dist/tests/isc/ |
| ratelimiter_test.c | 74 static isc_time_t start_time; variable 97 start_time = isc_time_now(); 213 t = isc_time_microdiff(&tock_time, &start_time);
|
| /src/usr.bin/audio/record/ |
| record.c | 70 static struct timeval start_time; variable in typeref:struct:timeval 355 (void)gettimeofday(&start_time, NULL); 356 while (no_time_limit || timeleft(&start_time, &record_time)) {
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| quic_client_test.c | 43 OSSL_TIME start_time; local 98 start_time = ossl_time_now(); 101 if (ossl_time_compare(ossl_time_subtract(ossl_time_now(), start_time),
|
| /src/external/gpl3/gcc/dist/gcc/ |
| timevar.h | 152 struct timevar_time_def start_time; member in struct:timer::timevar_def
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| timevar.h | 148 struct timevar_time_def start_time; member in struct:timer::timevar_def
|
| /src/external/mit/libuv/dist/src/ |
| fs-poll.c | 41 uint64_t start_time; member in struct:poll_ctx 88 ctx->start_time = uv_now(loop); 181 ctx->start_time = uv_now(ctx->loop); 230 interval -= (uv_now(ctx->loop) - ctx->start_time) % interval;
|
| /src/sys/fs/nfs/server/ |
| nfs_nfsdsocket.c | 560 struct bintime start_time; local 562 binuptime(&start_time); 563 nfsrvd_statstart(nfsv3to4op[nd->nd_procnum], &start_time); 581 /*now*/ NULL, /*then*/ &start_time); 635 struct bintime start_time; local 764 binuptime(&start_time); 765 nfsrvd_statstart(op, &start_time); 1086 /*then*/ &start_time); 1101 /*then*/ &start_time);
|
| /src/usr.sbin/makefs/ |
| makefs.c | 89 struct timespec start_time; variable in typeref:struct:timespec 125 ch = clock_gettime(CLOCK_REALTIME, &start_time); 128 start_time.tv_sec = start.tv_sec; 129 start_time.tv_nsec = start.tv_usec * 1000; 282 (long)start_time.tv_sec, (long)start_time.tv_nsec, 283 ctime(&start_time.tv_sec));
|