Searched refs:stop_time (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/ |
| H A D | bench.c | 78 clock_t start_time, stop_time; in benchmark() local 92 stop_time = clock(); in benchmark() 96 run_time += ((double)stop_time - start_time) / (CLOCKS_PER_SEC); in benchmark()
|
| H A D | run.c | 97 clock_t start_time, stop_time; in run() local 140 stop_time = clock(); in run() 161 ((double)stop_time - start_time) / (CLOCKS_PER_SEC)); in run()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | timevar.cc | 246 struct timevar_time_def *stop_time) in timevar_accumulate() argument 248 timer->user += stop_time->user - start_time->user; in timevar_accumulate() 249 timer->sys += stop_time->sys - start_time->sys; in timevar_accumulate() 250 timer->wall += stop_time->wall - start_time->wall; in timevar_accumulate() 251 timer->ggc_mem += stop_time->ggc_mem - start_time->ggc_mem; in timevar_accumulate()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | timevar.c | 248 struct timevar_time_def *stop_time) in timevar_accumulate() argument 250 timer->user += stop_time->user - start_time->user; in timevar_accumulate() 251 timer->sys += stop_time->sys - start_time->sys; in timevar_accumulate() 252 timer->wall += stop_time->wall - start_time->wall; in timevar_accumulate() 253 timer->ggc_mem += stop_time->ggc_mem - start_time->ggc_mem; in timevar_accumulate()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | send_to_kdc.c | 1118 struct timeval nrstart, nrstop, stop_time; in krb5_sendto_context() local 1270 gettimeofday(&stop_time, NULL); in krb5_sendto_context() 1271 timevalsub(&stop_time, &ctx->stats.start_time); in krb5_sendto_context() 1289 (intmax_t)stop_time.tv_sec, in krb5_sendto_context() 1290 (unsigned long)stop_time.tv_usec, in krb5_sendto_context()
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2011 | 1421 add fields user_name, notes, start_time, stop_time.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2011 | 1421 add fields user_name, notes, start_time, stop_time.
|
| /netbsd-src/external/gpl3/gdb/dist/gdbserver/ |
| H A D | ChangeLog-2002-2021 | 16664 (stop_tracing): Set stop_time.
|