Searched refs:start_time (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Deh57.C12 Calendar_Time start_time ();
16 return ((i1->start_time() <= i2->start_time())
17 || (i1->start_time() <= i2->start_time()));
/haiku-buildtools/gcc/gcc/
H A Dtimevar.c127 struct timevar_time_def start_time; member in struct:timevar_def
167 static struct timevar_time_def start_time; variable in typeref:struct:timevar_time_def
212 struct timevar_time_def *start_time,
215 timer->user += stop_time->user - start_time->user;
216 timer->sys += stop_time->sys - start_time->sys;
217 timer->wall += stop_time->wall - start_time->wall;
218 timer->ggc_mem += stop_time->ggc_mem - start_time->ggc_mem;
274 timevar_accumulate (&stack->timevar->elapsed, &start_time, &now);
278 start_time = now;
314 timevar_accumulate (&popped->timevar->elapsed, &start_time,
211 timevar_accumulate(struct timevar_time_def *timer, struct timevar_time_def *start_time, struct timevar_time_def *stop_time) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr52493.c17 static struct Time start_time; variable in typeref:struct:Time
31 __v = cmpmtime(&flow->mtime, &start_time);
/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dtest-benchmark.c219 double start_time, end_time; local
220 start_time = get_wallclock_time ();
230 elapsed_time[opt_level] = end_time - start_time;
/haiku-buildtools/gcc/mpfr/tune/
H A Dspeed.c213 time_t start_time, end_time; local
230 time (&start_time);
231 tp = localtime (&start_time);
263 printf ("Complete (took %ld seconds).\n", end_time - start_time);
H A Dtuneup.c996 time_t start_time, end_time; local
1023 time (&start_time);
1024 tp = localtime (&start_time);
1163 (long) (end_time - start_time));
1165 printf ("Complete (took %ld seconds).\n", (long) (end_time - start_time));
/haiku-buildtools/legacy/binutils/gas/
H A Das.c131 static long start_time; variable
935 long run_time = get_run_time () - start_time;
1067 start_time = get_run_time ();
/haiku-buildtools/legacy/gcc/libiberty/
H A Dmpw.c341 unsigned long start_time, now; local
343 time (&start_time);
349 if (now > start_time + seconds)
/haiku-buildtools/gcc/contrib/
H A Ddglib.pm140 $ret{start_time} = $time;
/haiku-buildtools/binutils/gas/
H A Das.c127 static long start_time; variable
1050 long run_time = get_run_time () - start_time;
1191 start_time = get_run_time ();
/haiku-buildtools/gcc/gmp/tune/
H A Dtuneup.c2293 time_t start_time, end_time; local
2322 time (&start_time);
2325 tp = localtime (&start_time);
2415 (long) (end_time - start_time));
/haiku-buildtools/legacy/binutils/ld/
H A Dldmain.c186 long start_time = get_run_time ();
550 long run_time = get_run_time () - start_time;
185 long start_time = get_run_time (); local
/haiku-buildtools/binutils/ld/
H A Dldmain.c201 long start_time = get_run_time ();
537 long run_time = get_run_time () - start_time;
200 long start_time = get_run_time (); local
/haiku-buildtools/legacy/gcc/gcc/
H A Dtoplev.c2937 int start_time; local
3290 start_time = get_run_time ();
3309 parse_time += get_run_time () - start_time;
3629 int start_time = get_run_time (); local
4524 parse_time -= get_run_time () - start_time;
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Ddecl2.c3698 int start_time, this_time;
3709 start_time = get_run_time ();
3735 parse_time -= this_time - start_time;
3736 varconst_time += this_time - start_time;
3737 start_time = get_run_time ();
3906 parse_time -= this_time - start_time;
3907 varconst_time += this_time - start_time;
3691 int start_time, this_time; local

Completed in 276 milliseconds