Home
last modified time | relevance | path

Searched refs:stop_time (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/
H A Dbench.c78 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 Drun.c97 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 Dtimevar.cc246 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 Dtimevar.c248 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 Dsend_to_kdc.c1118 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 DChangeLog-20111421 add fields user_name, notes, start_time, stop_time.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20111421 add fields user_name, notes, start_time, stop_time.
/netbsd-src/external/gpl3/gdb/dist/gdbserver/
H A DChangeLog-2002-202116664 (stop_tracing): Set stop_time.