Home
last modified time | relevance | path

Searched refs:elapsed (Results 1 – 12 of 12) sorted by relevance

/glibc-2.36/benchtests/
Dbench-wcrtomb.c117 timing_t start, end, elapsed; in main() local
123 TIMING_DIFF (elapsed, start, end); in main()
124 if (min > elapsed) in main()
125 min = elapsed; in main()
126 if (max < elapsed) in main()
127 max = elapsed; in main()
128 TIMING_ACCUM (total, elapsed); in main()
Dbench-malloc-thread.c152 timing_t elapsed; member
167 TIMING_DIFF (args->elapsed, start, stop); in benchmark_thread()
176 timing_t elapsed = 0; in do_benchmark() local
189 TIMING_DIFF (elapsed, start, stop); in do_benchmark()
210 TIMING_ACCUM (elapsed, args[i].elapsed); in do_benchmark()
214 return elapsed; in do_benchmark()
Dbench-malloc-simple.c42 timing_t elapsed; member
66 TIMING_DIFF (args->elapsed, start, stop); in do_benchmark()
142 json_attr_double (&json_ctx, s, tests[0][i].elapsed / iters2); in bench()
148 json_attr_double (&json_ctx, s, tests[1][i].elapsed / iters2); in bench()
154 json_attr_double (&json_ctx, s, tests[2][i].elapsed / iters2); in bench()
/glibc-2.36/sysdeps/mach/hurd/
Dgetitimer.c49 struct timeval elapsed; in __getitimer() local
68 elapsed.tv_sec = tv.seconds; in __getitimer()
69 elapsed.tv_usec = tv.microseconds; in __getitimer()
77 subtract_timeval (&elapsed, &_hurd_itimer_started); in __getitimer()
88 if (timercmp (&val.it_value, &elapsed, <)) in __getitimer()
99 subtract_timeval (&val.it_value, &elapsed); in __getitimer()
Dsetitimer.c163 struct timeval now, remaining, elapsed; in setitimer_locked() local
254 elapsed = now; in setitimer_locked()
255 subtract_timeval (&elapsed, &_hurd_itimer_started); in setitimer_locked()
257 if (timercmp (&remaining, &elapsed, <)) in setitimer_locked()
266 subtract_timeval (&remaining, &elapsed); in setitimer_locked()
/glibc-2.36/crypt/
Dspeeds.c47 double elapsed; in Stop() local
50 elapsed = ((tfinish.tms_utime + tfinish.tms_stime) - in Stop()
52 printf("elapsed time = %d sec, CPU time = %f sec\n", ITIME, elapsed); in Stop()
54 elapsed = ITIME; in Stop()
56 printf ("Did %f %s()s per second.\n", ((float) cnt) / elapsed, in Stop()
/glibc-2.36/sysdeps/mach/
Dclock_nanosleep.c54 struct timespec after, elapsed; in nanosleep_call() local
56 timespec_sub (&elapsed, &after, &before); in nanosleep_call()
57 timespec_sub (rem, req, &elapsed); in nanosleep_call()
/glibc-2.36/manual/
Dtime.texi43 An @dfn{elapsed time} is the length of an interval, for example, 35
45 to the elapsed time of some interval.
46 @cindex elapsed time
47 @cindex time, elapsed
49 An @dfn{amount of time} is a sum of elapsed times, which need not be of
54 A @dfn{period} is the elapsed time of an interval between two events,
60 elapsed time since a fixed, implementation-specific calendar time
62 calculations on calendar times, such as finding the elapsed time
97 elapsed time of the interval times the number of CPUs in the computer)
106 ISO C and POSIX define several data types for representing elapsed
[all …]
Dprocess.texi303 The elapsed processor times for the child process are set to zero;
Dthreads.texi128 least until the elapsed time pointed to by @var{time_point} has been
Dmemory.texi70 seem to be in real memory. Except for one thing: the elapsed execution
/glibc-2.36/ChangeLog.old/
DChangeLog.1885231 elapsed real time since an arbitrary point in the past.