Searched refs:time (Results 1 - 8 of 8) sorted by relevance

/libmicro/
H A Dtime.c43 "notes: measures time()\n");
55 (void) time(NULL);
56 (void) time(NULL);
57 (void) time(NULL);
58 (void) time(NULL);
59 (void) time(NULL);
60 (void) time(NULL);
61 (void) time(NULL);
62 (void) time(NULL);
63 (void) time(NUL
[all...]
H A Dmktime.c38 #include <time.h>
66 clock1 = time(NULL);
H A Dtattle.c35 #include <sys/time.h>
36 #include <time.h>
H A Dgettimeofday.c38 #include <sys/time.h>
H A Dlocaltime_r.c38 #include <time.h>
H A Dstrftime.c34 #include <time.h>
H A Dselect.c38 #include <sys/time.h>
H A Dlibmicro.c36 #include <sys/time.h>
480 /* time the test */
485 /* time to stop? */
625 (void) printf("# time correlation %12.5f %12.5f\n",
630 (void) printf("# elasped time %12.5f\n", (b->ba_endtime -
649 double time; local
675 time = (double)b->ba_t1 - (double)b->ba_t0 -
678 if (time < 100 * nsecs_resolution)
685 nsecs_per_call = time / (double)b->ba_count0 *
1346 * reuse dupdata to compute time correlatio
[all...]

Completed in 13 milliseconds