| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | timevar.c | 130 struct timevar_time_def start_time; member 170 static struct timevar_time_def start_time; variable 215 timevar_accumulate (timer, start_time, stop_time) in timevar_accumulate() argument 217 struct timevar_time_def *start_time; 220 timer->user += stop_time->user - start_time->user; 221 timer->sys += stop_time->sys - start_time->sys; 222 timer->wall += stop_time->wall - start_time->wall; 281 timevar_accumulate (&stack->timevar->elapsed, &start_time, &now); 285 start_time = now; 331 timevar_accumulate (&popped->timevar->elapsed, &start_time, &now); [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | timevar.c | 138 struct timevar_time_def start_time; member 178 static struct timevar_time_def start_time; variable 223 struct timevar_time_def *start_time, in timevar_accumulate() argument 226 timer->user += stop_time->user - start_time->user; in timevar_accumulate() 227 timer->sys += stop_time->sys - start_time->sys; in timevar_accumulate() 228 timer->wall += stop_time->wall - start_time->wall; in timevar_accumulate() 229 timer->ggc_mem += stop_time->ggc_mem - start_time->ggc_mem; in timevar_accumulate() 282 timevar_accumulate (&stack->timevar->elapsed, &start_time, &now); in timevar_push_1() 286 start_time = now; in timevar_push_1() 322 timevar_accumulate (&popped->timevar->elapsed, &start_time, &now); in timevar_pop_1() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | alarm.t | 18 my ($start_time, $end_time); 22 $start_time = time; 26 1 while (($end_time = time) - $start_time < 6); 30 my $diff = $end_time - $start_time; 39 $start_time = time; 46 $diff = $end_time - $start_time;
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | eh57.C | 12 Calendar_Time start_time (); 16 return ((i1->start_time() <= i2->start_time()) in intersects_p() 17 || (i1->start_time() <= i2->start_time())); in intersects_p()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/ |
| H A D | Session.pm | 196 my $start_time = $parser->start_time; 198 if ( defined $start_time and defined $end_time ) { 199 my $elapsed = $end_time - $start_time;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ |
| H A D | Aggregator.pm | 202 $self->{start_time} = Benchmark->new; 231 unless defined $self->{start_time} && defined $self->{end_time}; 232 return timediff( $self->{end_time}, $self->{start_time} );
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
| H A D | reports.py | 159 test_name, start_time, elapsed_time, test_output, result_code, is_expected argument 163 'start_time': datetime.datetime.fromtimestamp(start_time).isoformat() + 'Z', 210 start_time=test.result.start, 225 start_time=micro_test.start 262 start_time = test.result.start - first_start_time if test.result.start else 0.0 268 'ts': int(start_time * 1000000.),
|
| /openbsd-src/usr.sbin/tcpdump/ |
| H A D | print-cnfp.c | 61 u_int32_t start_time; /* sys_uptime value */ member 103 ntohl(nr->start_time)/1000, ntohl(nr->start_time)%1000, in cnfp_print()
|
| /openbsd-src/gnu/usr.bin/perl/Porting/ |
| H A D | bisect.pl | 53 my $start_time = time; 274 printf "That took %d seconds.\n", $end_time - $start_time 275 if defined $start_time;
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | dsrec.c | 59 time_t start_time, end_time; in load_srec() local 77 start_time = time (NULL); in load_srec() 173 report_transfer_performance (data_count, start_time, end_time); in load_srec()
|
| H A D | m32r-rom.c | 121 time_t start_time, end_time; /* for timing of download */ in m32r_load() local 131 start_time = time (NULL); in m32r_load() 168 end_time - start_time); in m32r_load() 407 time_t start_time, end_time; /* for timing of download */ in m32r_upload_command() local 469 start_time = time (NULL); in m32r_upload_command() 520 end_time - start_time); in m32r_upload_command()
|
| /openbsd-src/usr.sbin/unbound/util/data/ |
| H A D | msgreply.h | 628 struct timeval* start_time); 649 struct timeval* start_time); 670 struct timeval* start_time); 692 struct timeval* start_time);
|
| H A D | msgreply.c | 1175 struct timeval* start_time) in inplace_cb_reply_call_generic() argument 1188 rcode, edns, &opt_list_out, repinfo, region, start_time, cb->id, cb->cb_arg); in inplace_cb_reply_call_generic() 1197 struct timeval* start_time) in inplace_cb_reply_call() argument 1201 qstate, rep, rcode, edns, repinfo, region, start_time); in inplace_cb_reply_call() 1208 struct timeval* start_time) in inplace_cb_reply_cache_call() argument 1212 qinfo, qstate, rep, rcode, edns, repinfo, region, start_time); in inplace_cb_reply_cache_call() 1219 struct timeval* start_time) in inplace_cb_reply_local_call() argument 1223 qinfo, qstate, rep, rcode, edns, repinfo, region, start_time); in inplace_cb_reply_local_call() 1230 struct timeval* start_time) in inplace_cb_reply_servfail_call() argument 1238 region, start_time); in inplace_cb_reply_servfail_call()
|
| /openbsd-src/sbin/unwind/libunbound/util/data/ |
| H A D | msgreply.h | 628 struct timeval* start_time); 649 struct timeval* start_time); 670 struct timeval* start_time); 692 struct timeval* start_time);
|
| H A D | msgreply.c | 1175 struct timeval* start_time) in inplace_cb_reply_call_generic() argument 1188 rcode, edns, &opt_list_out, repinfo, region, start_time, cb->id, cb->cb_arg); in inplace_cb_reply_call_generic() 1197 struct timeval* start_time) in inplace_cb_reply_call() argument 1201 qstate, rep, rcode, edns, repinfo, region, start_time); in inplace_cb_reply_call() 1208 struct timeval* start_time) in inplace_cb_reply_cache_call() argument 1212 qinfo, qstate, rep, rcode, edns, repinfo, region, start_time); in inplace_cb_reply_cache_call() 1219 struct timeval* start_time) in inplace_cb_reply_local_call() argument 1223 qinfo, qstate, rep, rcode, edns, repinfo, region, start_time); in inplace_cb_reply_local_call() 1230 struct timeval* start_time) in inplace_cb_reply_servfail_call() argument 1238 region, start_time); in inplace_cb_reply_servfail_call()
|
| /openbsd-src/lib/libcurses/tinfo/ |
| H A D | write_entry.c | 314 static time_t start_time; /* time at start of writes */ in _nc_write_entry() 413 start_time = 0; in _nc_write_entry() 435 if (start_time > 0 && in _nc_write_entry() 437 && statbuf.st_mtime >= start_time) { in _nc_write_entry() 459 if (start_time == 0) { in _nc_write_entry() 461 || (start_time = statbuf.st_mtime) == 0) { in _nc_write_entry() 493 statbuf.st_mtime < start_time) { in _nc_write_entry()
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/lit/formats/ |
| H A D | googletest.py | 243 start_time = test.result.start or 0.0 287 res.start = start_time 288 start_time = start_time + elapsed_time
|
| /openbsd-src/usr.sbin/unbound/dynlibmod/examples/ |
| H A D | helloworld.c | 36 struct timeval* start_time, int id, void* callback); 122 struct timeval* start_time, int id, void* callback) { in reply_callback() argument
|
| /openbsd-src/gnu/llvm/clang/utils/analyzer/ |
| H A D | SATestUtils.py | 87 start_time = time.time() 129 return time.time() - start_time, peak_mem
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/ |
| H A D | State.pm | 450 my $start_time = $parser->start_time; 461 $test->elapsed( $end_time - $start_time );
|
| /openbsd-src/games/atc/ |
| H A D | extern.c | 55 time_t start_time; variable
|
| /openbsd-src/usr.sbin/bgpctl/ |
| H A D | output_ometric.c | 53 struct timespec start_time, end_time; variable 64 clock_gettime(CLOCK_MONOTONIC, &start_time); in ometric_head() 327 timespecsub(&end_time, &start_time, &elapsed_time); in ometric_tail()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Archive-Tar/t/ |
| H A D | 03_file.t | 11 my $start_time = time() - 1 - TIME_OFFSET; 34 mtime => $start_time } ], 65 cmp_ok( $obj->mtime, '>', $start_time, " mtime after start time" );
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | disasm-stress-test.py | 207 start_time = time.time() variable 214 elapsed_time = curr_time - start_time
|
| /openbsd-src/usr.sbin/makefs/ |
| H A D | makefs.c | 75 struct timespec start_time; variable 101 ch = clock_gettime(CLOCK_REALTIME, &start_time); in main()
|